appveyor workaround for appveyor/ci#2420
This commit is contained in:
parent
2840e45920
commit
9c76ce38e3
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@ build_script:
|
|||
appveyor PushArtifact out/Default/symbols.zip
|
||||
}
|
||||
test_script:
|
||||
# Workaround for https://github.com/appveyor/ci/issues/2420
|
||||
- set "PATH=%PATH%;C:\Program Files\Git\mingw64\libexec\git-core"
|
||||
- ps: >-
|
||||
if ((-Not (Test-Path Env:\ELECTRON_RELEASE)) -And ($env:GN_CONFIG -in "testing", "release")) {
|
||||
$env:RUN_TESTS="true"
|
||||
|
|
Loading…
Reference in a new issue