File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,21 @@ environment:
8
8
- PRJ_GEN : " Visual Studio 12 2013 Win64"
9
9
BDIR : msvc2013
10
10
PRJ_CFG : Release
11
+ PARAMS : ' '
11
12
- PRJ_GEN : " Visual Studio 14 2015 Win64"
12
13
BDIR : msvc2015
13
14
PRJ_CFG : Release
15
+ PARAMS : ' '
16
+ - PRJ_GEN : " Visual Studio 14 2015 Win64"
17
+ BDIR : msvc2015clang
18
+ PRJ_CFG : Release
19
+ PARAMS : -T "v140_clang_c2"
14
20
15
21
build_script :
16
22
- mkdir build.%BDIR%
17
23
- cd build.%BDIR%
18
- - cmake .. -G"%PRJ_GEN%" -DCMAKE_BUILD_TYPE=%PRJ_CFG%
19
- - cmake --build . --config %PRJ_CFG% --clean-first
24
+ - cmake .. -G "%PRJ_GEN%" " -DCMAKE_BUILD_TYPE=%PRJ_CFG%" %PARAMS %
25
+ - cmake --build . --config " %PRJ_CFG%" --clean-first
20
26
21
27
test_script :
22
28
- ctest -V --output-on-failure -C %PRJ_CFG%
You can’t perform that action at this time.
0 commit comments