appveyor: use jom and integrate vcpkg packages
This commit is contained in:
+8
-2
@@ -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" (
|
||||
|
||||
Reference in New Issue
Block a user