File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -823,9 +823,13 @@ jobs:
823823 Expand-Archive -Path "$PWD\chrome-win.zip" -DestinationPath "$PWD" -Force -Verbose
824824 Invoke-WebRequest -Uri "https://download.mozilla.org/?product=firefox-latest-ssl&os=win64&lang=en-US" -OutFile "firefox-setup.exe" -Verbose
825825 & "C:\Program Files\7-Zip\7z.exe" x "firefox-setup.exe"
826+ echo "Running CppInterOpTests in Firefox"
826827 emrun.bat --browser="$PWD\core\firefox.exe" --kill_exit --timeout 60 --browser-args="--headless" CppInterOpTests.html
828+ echo "Running DynamicLibraryManagerTests in Firefox"
827829 emrun.bat --browser="$PWD\core\firefox.exe" --kill_exit --timeout 60 --browser-args="--headless" DynamicLibraryManagerTests.html
830+ echo "Running CppInterOpTests in Chromium"
828831 emrun.bat --browser="$PWD\chrome-win\chrome.exe" --kill_exit --timeout 60 --browser-args="--headless" CppInterOpTests.html
832+ echo "Running DynamicLibraryManagerTests in Chromium"
829833 emrun.bat --browser="$PWD\chrome-win\chrome.exe" --kill_exit --timeout 60 --browser-args="--headless" DynamicLibraryManagerTests.html
830834 cd ..\..
831835 emmake make -j ${{ env.ncpus }} install
You can’t perform that action at this time.
0 commit comments