appveyor workaround for appveyor/ci#2420

This commit is contained in:
Jeremy Apthorp 2019-03-05 14:07:39 -08:00 committed by Samuel Attard
parent 2840e45920
commit 9c76ce38e3

View file

@ -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"