Skip to content
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.

Commit

Permalink
appveyor: exit script on compile failure
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmattkc committed Jan 24, 2020
1 parent 149d125 commit f8ad150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor-build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8ad150

Please sign in to comment.