appveyor: exit script on compile failure

This commit is contained in:
itsmattkc
2020-01-24 12:05:14 +11:00
parent 149d125e39
commit f8ad15013a
+1 -1
View File
@@ -36,7 +36,7 @@ REM Run cmake
cmake -G "NMake Makefiles" . -DCMAKE_TOOLCHAIN_FILE=c:/Tools/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo
REM Build with JOM
C:\Qt\Tools\QtCreator\bin\jom.exe
C:\Qt\Tools\QtCreator\bin\jom.exe || exit /B 1
REM Start building package
mkdir olive-editor