update appveyor (#1754)

This commit is contained in:
shun-iwasawa 2018-01-24 18:27:26 +09:00 committed by GitHub
parent 7b0b701b7e
commit b4a57109c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
version: 1.0.3.{build}
version: 1.2.0.{build}
pull_requests:
do_not_increment_build_number: true
skip_tags: true
@ -25,14 +25,14 @@ install:
mkdir %PLATFORM% && cd %PLATFORM%
cmake ..\sources -G "Visual Studio 14 2015 Win64" -DQT_PATH="C:\Qt\5.9.2\msvc2015_64" -DBOOST_ROOT="C:\Libraries\boost_1_60_0"
cmake ..\sources -G "Visual Studio 14 2015 Win64" -DQT_PATH="C:\Qt\5.9.3\msvc2015_64" -DBOOST_ROOT="C:\Libraries\boost_1_60_0"
build:
project: $(APPVEYOR_BUILD_FOLDER)\toonz\$(PLATFORM)\ALL_BUILD.vcxproj
parallel: true
verbosity: minimal
after_build:
- cmd: >-
C:\Qt\5.6\msvc2013_64\bin\windeployqt.exe %CONFIGURATION%\OpenToonz_1.2.exe
C:\Qt\5.9.3\msvc2015_64\bin\windeployqt.exe %CONFIGURATION%\OpenToonz_1.2.exe
copy /Y ..\..\thirdparty\glut\3.7.6\lib\glut64.dll %CONFIGURATION%