appveyor: use jom and integrate vcpkg packages

This commit is contained in:
itsmattkc
2020-01-20 00:50:32 +11:00
parent 1dfac0ea7f
commit 1c5a11b80b
+8 -2
View File
@@ -5,11 +5,17 @@ REM Install Open*IO libraries
vcpkg install opencolorio
vcpkg install openimageio
REM Integrate libraries
cd c:\tools\vcpkg
vcpkg integrate install
cd %APPVEYOR_BUILD_FOLDER%
cmake -DCMAKE_TOOLCHAIN_FILE=c:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake ...
REM Run cmake
cmake -G "NMake Makefiles" .
REM Build
nmake
REM Build with JOM
C:\Qt\Tools\QtCreator\bin\jom.exe
REM Check if this build should set up a debugging session
IF "%ENABLE_RDP%"=="1" (