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" (