forked from opentoonz/kumoworks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
35 lines (29 loc) · 907 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
version: 1.0.0.{build}
pull_requests:
do_not_increment_build_number: true
skip_tags: true
image: Visual Studio 2015
configuration:
- Debug
- Release
platform: x64
clone_depth: 1
# C:\Qt\5.9 is mapped to C:\Qt\5.9.n for backward compatibility
install:
- cmd: >-
mkdir %PLATFORM% && cd %PLATFORM%
cmake ..\sources -G "Visual Studio 14 2015 Win64" -DQTDIR="C:\Qt\5.9\msvc2015_64"
build:
project: $(APPVEYOR_BUILD_FOLDER)\$(PLATFORM)\ALL_BUILD.vcxproj
parallel: true
verbosity: minimal
after_build:
- cmd: >-
C:\Qt\5.9\msvc2015_64\bin\windeployqt.exe %CONFIGURATION%\KumoWorks.exe
mkdir %CONFIGURATION%\config
xcopy /Y /E /I ..\sources\loc %CONFIGURATION%\config\loc
xcopy /Y /E /I ..\misc\ini %CONFIGURATION%\config\ini
xcopy /Y /E /I ..\misc\licenses %CONFIGURATION%\config\licenses
artifacts:
- path: $(PLATFORM)\$(CONFIGURATION)
name: KumoWorks