appveyor: run gn as a cmd /c process as well

This commit is contained in:
itsmattkc
2020-08-14 19:14:34 +10:00
parent 34d1b141e5
commit 20ccd2c254
+1 -1
View File
@@ -37,7 +37,7 @@ set PATH=%PATH%;%APPVEYOR_BUILD_FOLDER%\depot_tools
REM Run `fetch` through cmd /c since fetch is a batch file that seems to call exit
cmd /c fetch crashpad
cd crashpad
gn gen out/Default
cmd /c gn gen out/Default
ninja.exe -C out/Default
cd ..