Appveyor 2

This commit is contained in:
Jeremy Bullock 2020-04-14 19:17:13 -06:00
parent a0ae71e57d
commit 23116e8f87

View file

@ -28,7 +28,7 @@ install:
mkdir %PLATFORM% && cd %PLATFORM%
cmake ..\sources -G "Visual Studio 14 2015 Win64" -DQT_PATH="C:\Qt\5.9\msvc2015_64" -DBOOST_ROOT="C:\Libraries\boost_1_60_0"
cmake ..\sources -G "Visual Studio 14 2015 Win64" -DQT_PATH="C:\Qt\5.9\msvc2015_64" -DBOOST_ROOT="C:\Libraries\boost_1_60_0 -DOpenCV_DIR=C:\tools\opencv\build"
build:
project: $(APPVEYOR_BUILD_FOLDER)\toonz\$(PLATFORM)\ALL_BUILD.vcxproj
parallel: true