File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 6
8000
6
environment :
7
7
matrix :
8
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'
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
19
14
20
15
before_build :
21
16
# Generate solution files using cmake, in 'builds' directory.
22
17
# No need to create it because it's part of the repo.
23
- - mkdir builds\%BUILD_FOLDER% && cd builds\%BUILD_FOLDER% && cmake -G "%CMAKE_GENERATOR%" ..\..\ && cd ..\..
18
+ - pushd builds && cmake -G "%CMAKE_GENERATOR%" ..\ && popd
24
19
25
20
configuration :
26
21
- Debug
27
22
- Release
28
23
29
24
build :
30
25
project : builds/UnitTest++.sln
26
+
27
+ matrix :
28
+ fast_finish : true
29
+
30
+
You can’t perform that action at this time.
0 commit comments