File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Expand file tree Collapse file tree 1 file changed +20
-4
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 2008
10
+ - CMAKE_GENERATOR : Visual Studio 10 2010
11
+ - CMAKE_GENERATOR : Visual Studio 11 2012
12
+ - CMAKE_GENERATOR : Visual Studio 12 2013
13
+ - CMAKE_GENERATOR : Visual Studio 14 2015
14
+
15
+ before_build :
5
16
# Generate solution files using cmake, in 'builds' directory.
6
17
# No need to create it because it's part of the repo.
7
- - cd builds && cmake -G "Visual Studio 12 " ../ && cd ..
18
+ - pushd builds && cmake -G "%CMAKE_GENERATOR% " ..\ && popd
8
19
9
20
configuration :
10
21
- Debug
11
22
- Release
12
23
13
- build :
14
- project : builds/UnitTest++.sln
24
+ build_script :
25
+ - pushd builds && cmake --build . && popd
26
+
27
+ matrix :
28
+ fast_finish : true
29
+
30
+
You can’t perform that action at this time.
0 commit comments