зеркало из https://github.com/electron/electron.git
Merge pull request #14089 from electron/appveyor-gn-simplify
ci: [win] simplify call to electron.exe in appveyor
This commit is contained in:
Коммит
7ff17ee3ad
|
@ -37,7 +37,7 @@ test_script:
|
|||
- ps: Push-Location; cd electron/spec
|
||||
- npm install
|
||||
- ps: Pop-Location
|
||||
- python -c "import subprocess; subprocess.check_call([\"./out/Default/electron.exe\", \"electron/spec\", \"--ci\"])"
|
||||
- ./out/Default/electron.exe electron/spec --ci
|
||||
# TODO(nornagon): verify-ffmpeg step
|
||||
artifacts:
|
||||
- path: test-results.xml
|
||||
|
|
Загрузка…
Ссылка в новой задаче