You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: appveyor.yml
+90-16Lines changed: 90 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,42 @@ branches:
3
3
only:
4
4
- master
5
5
6
-
image: Visual Studio 2015
7
-
8
6
environment:
9
-
matrix:
10
-
- platform: win32
7
+
matrix:
8
+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
9
+
platform: win32
10
+
ARCH: win32-msvc15
11
+
configuration: Release
12
+
CMAKE_GENERATOR: "Visual Studio 15 2017"
13
+
MSVCVERSION: v141
14
+
MSVCYEAR: "vs2017"
15
+
MSVCABR: "15"
16
+
VC_VER: 15.0
17
+
PYTHONPATH: c:\Python35\
18
+
PYTHONPATHOMNI: "/cygdrive/c/Python35/python"
19
+
BOOST_ROOT: C:\Libraries\boost_1_63_0
20
+
ZMQ_BASE: C:\projects\libzmq
21
+
IDL_BASE: C:\projects\tangoidl
22
+
IDL_BIN: C:\Program Files\tangoidl
23
+
OMNI_BASE: C:\projects\omniORB-4.2.1
24
+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
25
+
platform: x64
26
+
ARCH: x64-msvc15
27
+
configuration: Release
28
+
CMAKE_GENERATOR: "Visual Studio 15 2017 Win64"
29
+
MSVCVERSION: v141
30
+
MSVCYEAR: "vs2017"
31
+
MSVCABR: "15"
32
+
VC_VER: 15.0
33
+
PYTHONPATH: c:\Python35-x64\
34
+
PYTHONPATHOMNI: "/cygdrive/c/Python35-x64/python"
35
+
BOOST_ROOT: C:\Libraries\boost_1_63_0
36
+
ZMQ_BASE: C:\projects\libzmq
37
+
IDL_BASE: C:\projects\tangoidl
38
+
IDL_BIN: C:\Program Files\tangoidl
39
+
OMNI_BASE: C:\projects\omniORB-4.2.1
40
+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
41
+
platform: win32
11
42
ARCH: win32-msvc9
12
43
configuration: Release
13
44
CMAKE_GENERATOR: "Visual Studio 9 2008"
@@ -21,7 +52,8 @@ environment:
21
52
IDL_BASE: C:\projects\tangoidl
22
53
IDL_BIN: C:\Program Files (x86)\tangoidl
23
54
OMNI_BASE: C:\projects\omniORB-4.2.1
24
-
- platform: x64
55
+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
56
+
platform: x64
25
57
ARCH: x64-msvc9
26
58
configuration: Release
27
59
CMAKE_GENERATOR: "Visual Studio 9 2008 Win64"
@@ -35,7 +67,8 @@ environment:
35
67
IDL_BASE: C:\projects\tangoidl
36
68
IDL_BIN: C:\Program Files\tangoidl
37
69
OMNI_BASE: C:\projects\omniORB-4.2.1
38
-
- platform: win32
70
+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
71
+
platform: win32
39
72
ARCH: win32-msvc10
40
73
configuration: Release
41
74
CMAKE_GENERATOR: "Visual Studio 10 2010"
@@ -50,7 +83,8 @@ environment:
50
83
IDL_BASE: C:\projects\tangoidl
51
84
IDL_BIN: C:\Program Files (x86)\tangoidl
52
85
OMNI_BASE: C:\projects\omniORB-4.2.1
53
-
- platform: x64
86
+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
87
+
platform: x64
54
88
ARCH: x64-msvc10
55
89
configuration: Release
56
90
CMAKE_GENERATOR: "Visual Studio 10 2010 Win64"
@@ -65,7 +99,23 @@ environment:
65
99
IDL_BASE: C:\projects\tangoidl
66
100
IDL_BIN: C:\Program Files\tangoidl
67
101
OMNI_BASE: C:\projects\omniORB-4.2.1
68
-
- platform: x64
102
+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
103
+
platform: win32
104
+
ARCH: win32-msvc12
105
+
configuration: Release
106
+
CMAKE_GENERATOR: "Visual Studio 12 2013"
107
+
MSVCVERSION: v120
108
+
MSVCYEAR: "vs2013"
109
+
MSVCABR: "13"
110
+
VC_VER: 13.0
111
+
PYTHONPATHOMNI: "/cygdrive/c/Python33/python"
112
+
BOOST_ROOT: C:\Libraries\boost_1_63_0
113
+
ZMQ_BASE: C:\projects\libzmq
114
+
IDL_BASE: C:\projects\tangoidl
115
+
IDL_BIN: C:\Program Files\tangoidl
116
+
OMNI_BASE: C:\projects\omniORB-4.2.1
117
+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
118
+
platform: x64
69
119
ARCH: x64-msvc12
70
120
configuration: Release
71
121
CMAKE_GENERATOR: "Visual Studio 12 2013 Win64"
@@ -79,7 +129,24 @@ environment:
79
129
IDL_BASE: C:\projects\tangoidl
80
130
IDL_BIN: C:\Program Files\tangoidl
81
131
OMNI_BASE: C:\projects\omniORB-4.2.1
82
-
- platform: x64
132
+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
133
+
platform: win32
134
+
ARCH: win32-msvc14
135
+
configuration: Release
136
+
CMAKE_GENERATOR: "Visual Studio 14 2015"
137
+
MSVCVERSION: v140
138
+
MSVCYEAR: "vs2015"
139
+
MSVCABR: "14"
140
+
VC_VER: 14.0
141
+
PYTHONPATH: c:\Python35\
142
+
PYTHONPATHOMNI: "/cygdrive/c/Python35/python"
143
+
BOOST_ROOT: C:\Libraries\boost_1_63_0
144
+
ZMQ_BASE: C:\projects\libzmq
145
+
IDL_BASE: C:\projects\tangoidl
146
+
IDL_BIN: C:\Program Files\tangoidl
147
+
OMNI_BASE: C:\projects\omniORB-4.2.1
148
+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
149
+
platform: x64
83
150
ARCH: x64-msvc14
84
151
configuration: Release
85
152
CMAKE_GENERATOR: "Visual Studio 14 2015 Win64"
@@ -93,12 +160,12 @@ environment:
93
160
ZMQ_BASE: C:\projects\libzmq
94
161
IDL_BASE: C:\projects\tangoidl
95
162
IDL_BIN: C:\Program Files\tangoidl
96
-
OMNI_BASE: C:\projects\omniORB-4.2.1
163
+
OMNI_BASE: C:\projects\omniORB-4.2.1
97
164
init:
98
165
# go to hell Xamarin (see http://help.appveyor.com/discussions/problems/4569)
99
-
- del "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets"
100
-
- del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
101
-
- del "C:\Program Files (x86)\MSBuild\12.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
166
+
- cmd: if "%APPVEYOR_BUILD_WORKER_IMAGE%" NEQ "Visual Studio 2017" del "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets"
167
+
- cmd: if "%APPVEYOR_BUILD_WORKER_IMAGE%" NEQ "Visual Studio 2017" del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
168
+
- cmd: if "%APPVEYOR_BUILD_WORKER_IMAGE%" NEQ "Visual Studio 2017" del "C:\Program Files (x86)\MSBuild\12.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
0 commit comments