From 1c5a11b80b8fb796323eda75493490ee7c23294c Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Mon, 20 Jan 2020 00:50:32 +1100 Subject: [PATCH] appveyor: use jom and integrate vcpkg packages --- appveyor-build.bat | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/appveyor-build.bat b/appveyor-build.bat index 90b5db01f..051bf6895 100644 --- a/appveyor-build.bat +++ b/appveyor-build.bat @@ -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" (