added error handling to appveyor script

This commit is contained in:
itsmattkc
2019-09-12 03:58:30 +10:00
parent 1c7db77464
commit fb2e3ae603
+2
View File
@@ -18,9 +18,11 @@ curl -L -o oiio-v2.3.0-win64-shared.zip https://github.com/olive-editor/OpenImag
REM Run cmake
cmake . -G "NMake Makefiles" -DOPENCOLORIO_ROOT_DIR=ocio-v1.1.1-win64-shared -DFFMPEG_ROOT=ffmpeg-4.2-win64-dev -DOIIO_BASE_DIR=oiio-v2.3.0-win64-shared -DQt5_DIR=C:\Qt\5.13.0\msvc2015_64\lib\cmake\Qt5
if %ERRORLEVEL% == 0 exit 1
REM Build Olive
nmake
if %ERRORLEVEL% == 0 exit 1
REM Build finished, time to package
mkdir olive