This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.appveyor.yml
166 lines (166 loc) · 5.47 KB
/
.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
clone_depth: 10
configuration: Release
platform: AnyCPU
install:
- cmd: curl -L --output qt-opensource-windows-x86-msvc2015_64-5.6.2.exe https://download.qt.io/archive/qt/5.6/5.6.2/qt-opensource-windows-x86-msvc2015_64-5.6.2.exe
- cmd: qt-opensource-windows-x86-msvc2015_64-5.6.2.exe --script CI\qt-installer-noninteractive-562.qs
- cmd: set BAM_BRANCH_TESTED=master&& if defined BAM_BRANCH set bam_branch_tested=%BAM_BRANCH%
- cmd: echo "Testing BAM branch '%BAM_BRANCH_TESTED%'"
- ps: Start-FileDownload "https://ci.appveyor.com/api/projects/markfinal/buildamation/artifacts/bam.tar?branch=$env:BAM_BRANCH_TESTED&job=Image%3A%20Visual%20Studio%202017"
- cmd: 7z x bam.tar -oc:\BuildAMation
environment:
global:
EXTRA_TEST_ARGS: "--C.bitdepth=64"
matrix:
- job_name: Visual Studio 2019 Native
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- job_name: Visual Studio 2019 MakeFile
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- job_name: Visual Studio 2019 VSSolution
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- job_name: Visual Studio 2017 Native
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- job_name: Visual Studio 2017 MakeFile
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- job_name: Visual Studio 2017 VSSolution
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- job_name: Visual Studio 2015 Native
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- job_name: Visual Studio 2015 MakeFile
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- job_name: Visual Studio 2015 VSSolution
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
#- job_name: Visual Studio 2013 Native
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
#- job_name: Visual Studio 2013 MakeFile
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
#- job_name: Visual Studio 2013 VSSolution
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
#- job_name: Visual Studio 2012 Native
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
#- job_name: Visual Studio 2012 MakeFile
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
#- job_name: Visual Studio 2012 VSSolution
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
#- job_name: Visual Studio 2010 Native
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
#- job_name: Visual Studio 2010 MakeFile
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
#- job_name: Visual Studio 2010 VSSolution
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
for:
- matrix:
only:
- job_name: Visual Studio 2019 Native
environment:
BAM_BUILD_MODE: Native
VC_VERSION: 16
- matrix:
only:
- job_name: Visual Studio 2019 MakeFile
environment:
BAM_BUILD_MODE: MakeFile --MakeFile.format=NMAKE
VC_VERSION: 16
- matrix:
only:
- job_name: Visual Studio 2019 VSSolution
environment:
BAM_BUILD_MODE: VSSolution
VC_VERSION: 16
- matrix:
only:
- job_name: Visual Studio 2017 Native
environment:
BAM_BUILD_MODE: Native
VC_VERSION: 15.0
- matrix:
only:
- job_name: Visual Studio 2017 MakeFile
environment:
BAM_BUILD_MODE: MakeFile --MakeFile.format=NMAKE
VC_VERSION: 15.0
- matrix:
only:
- job_name: Visual Studio 2017 VSSolution
environment:
BAM_BUILD_MODE: VSSolution
VC_VERSION: 15.0
- matrix:
only:
- job_name: Visual Studio 2015 Native
environment:
BAM_BUILD_MODE: Native
VC_VERSION: 14.0
- matrix:
only:
- job_name: Visual Studio 2015 MakeFile
environment:
BAM_BUILD_MODE: MakeFile --MakeFile.format=NMAKE
VC_VERSION: 14.0
- matrix:
only:
- job_name: Visual Studio 2015 VSSolution
environment:
BAM_BUILD_MODE: VSSolution
VC_VERSION: 14.0
- matrix:
only:
- job_name: Visual Studio 2013 Native
environment:
BAM_BUILD_MODE: Native
VC_VERSION: 12.0
- matrix:
only:
- job_name: Visual Studio 2013 MakeFile
environment:
BAM_BUILD_MODE: MakeFile --MakeFile.format=NMAKE
VC_VERSION: 12.0
- matrix:
only:
- job_name: Visual Studio 2013 VSSolution
environment:
BAM_BUILD_MODE: VSSolution
VC_VERSION: 12.0
- matrix:
only:
- job_name: Visual Studio 2012 Native
environment:
BAM_BUILD_MODE: Native
VC_VERSION: 11.0
- matrix:
only:
- job_name: Visual Studio 2012 MakeFile
environment:
BAM_BUILD_MODE: MakeFile --MakeFile.format=NMAKE
VC_VERSION: 11.0
- matrix:
only:
- job_name: Visual Studio 2012 VSSolution
environment:
BAM_BUILD_MODE: VSSolution
VC_VERSION: 11.0
- matrix:
only:
- job_name: Visual Studio 2010 Native
environment:
BAM_BUILD_MODE: Native
VC_VERSION: 10.0
EXTRA_TEST_ARGS: "--C.bitdepth=32"
- matrix:
only:
- job_name: Visual Studio 2010 MakeFile
environment:
BAM_BUILD_MODE: MakeFile --MakeFile.format=NMAKE
VC_VERSION: 10.0
EXTRA_TEST_ARGS: "--C.bitdepth=32"
- matrix:
only:
- job_name: Visual Studio 2010 VSSolution
environment:
BAM_BUILD_MODE: VSSolution
VC_VERSION: 10.0
EXTRA_TEST_ARGS: "--C.bitdepth=32"
build: off
test_script:
- cmd: "SET PATH=C:\\Python27-x64;%PATH%"
- cmd: c:\BuildAMation\env.bat && python c:\BuildAMation\tests\runtests.py -x Mingw --VisualC.version=%VC_VERSION% -b %BAM_BUILD_MODE% -c debug -c profile -j0 -d --nodefaultrepo -r . %EXTRA_TEST_ARGS%