File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,20 @@ environment:
37
37
BOOST_ROOT : C:\Libraries\boost_1_59_0
38
38
BOOST_LIBRARYDIR : C:\Libraries\boost_1_59_0\lib64-msvc-14.0
39
39
matrix :
40
+ - toolset : 2017
41
+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
40
42
- toolset : 2015
43
+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
41
44
- toolset : 2013
45
+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
42
46
- toolset : 2012
47
+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
43
48
- toolset : 2010
49
+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
44
50
# - toolset: 2008 - not really supported by Mach7. Just here as a reminder worker supports it
51
+ # APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
45
52
- toolset : analyze
53
+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
46
54
# - toolset: cmake -G "MinGW Makefiles" - still configuration errors. Ignoring for now
47
55
# - toolset: make - make is not available via PATH variable
48
56
You can’t perform that action at this time.
0 commit comments