File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -821,18 +821,12 @@ jobs:
821821
822822 Invoke-WebRequest -Uri "https://commondatastorage.googleapis.com/chromium-browser-snapshots/Win/1411573/chrome-win.zip" -OutFile "chrome-win.zip"
823823 Expand-Archive -Path "chrome-win.zip" -DestinationPath "chrome-win"
824- cd .\chrome-win\
825- $env:PATH="$PWD.Path;$env:PATH"
826- cd ..
827824 Invoke-WebRequest -Uri "https://download.mozilla.org/?product=firefox-latest-ssl&os=win64&lang=en-US" -OutFile "firefox-setup.exe"
828825 & "C:\Program Files\7-Zip\7z.exe" x "firefox-setup.exe"
829- cd .\core\
830- $env:PATH="$PWD.Path;$env:PATH"
831- cd ..
832- emrun.bat --browser="firefox.exe" --kill_exit --timeout 60 --browser-args="--headless" CppInterOpTests.html
833- emrun.bat --browser="firefox.exe" --kill_exit --timeout 60 --browser-args="--headless" DynamicLibraryManagerTests.html
834- emrun.bat --browser="chrome.exe" --kill_exit --timeout 60 --browser-args="--headless" CppInterOpTests.html
835- emrun.bat --browser="chrome.exe" --kill_exit --timeout 60 --browser-args="--headless" DynamicLibraryManagerTests.html
826+ emrun.bat --browser="$PWD.Path\core\firefox.exe" --kill_exit --timeout 60 --browser-args="--headless" CppInterOpTests.html
827+ emrun.bat --browser="$PWD.Path\core\firefox.exe" --kill_exit --timeout 60 --browser-args="--headless" DynamicLibraryManagerTests.html
828+ emrun.bat --browser="$PWD.Path\chrome-win\chrome.exe" --kill_exit --timeout 60 --browser-args="--headless" CppInterOpTests.html
829+ emrun.bat --browser="$PWD.Path\chrome-win\chrome.exe" --kill_exit --timeout 60 --browser-args="--headless" DynamicLibraryManagerTests.html
836830 cd ..\..
837831 emmake make -j ${{ env.ncpus }} install
838832
You can’t perform that action at this time.
0 commit comments