File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ version : 1.6.0.{build}
2
+
1
3
os :
2
4
- Windows Server 2012 R2
3
5
4
- install :
6
+ environment :
7
+ matrix :
8
+
9
+ - CMAKE_GENERATOR : Visual Studio 9
10
+ BUILD_FOLDER : ' vs2008'
11
+ - CMAKE_GENERATOR : Visual Studio 10
12
+ BUILD_FOLDER : ' vs2010'
13
+ - CMAKE_GENERATOR : Visual Studio 11
14
+ BUILD_FOLDER : ' vs2012'
15
+ - CMAKE_GENERATOR : Visual Studio 12
16
+ BUILD_FOLDER : ' vs2013'
17
+ - CMAKE_GENERATOR : Visual Studio 14
18
+ BUILD_FOLDER : ' vs2015'
19
+
20
+ before_build :
5
21
# Generate solution files using cmake, in 'builds' directory.
6
22
# No need to create it because it's part of the repo.
7
- - cd builds && cmake -G "Visual Studio 12" ../ && cd ..
23
+ - mkdir builds\%BUILD_FOLDER% && cd builds\%BUILD_FOLDER% && cmake -G %CMAKE_GENERATOR% ..\..\ && cd ..\ ..
8
24
9
25
configuration :
10
26
- Debug
You can’t perform that action at this time.
0 commit comments