File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -12,28 +12,28 @@ trigger:
12
12
13
13
jobs :
14
14
15
- - job : ' Test '
16
- displayName : " Build and test "
15
+ - job : ' Build '
16
+ displayName : " C++ Build "
17
17
timeoutInMinutes : 0
18
18
cancelTimeoutInMinutes : 300
19
19
20
20
strategy :
21
21
matrix :
22
- Linux :
23
- imageName : ' ubuntu-16.04'
24
- cCompiler : gcc
25
- cxxCompiler : g++
26
- compilerInitialization : ' '
22
+ # Linux:
23
+ # imageName: 'ubuntu-16.04'
24
+ # cCompiler: gcc
25
+ # cxxCompiler: g++
26
+ # compilerInitialization: ''
27
27
macOS :
28
28
imageName : ' macos-10.13'
29
29
cCompiler : clang
30
30
cxxCompiler : clang++
31
31
compilerInitialization : ' '
32
- Windows :
33
- imageName : ' vs2017-win2016'
34
- cCompiler : cl.exe
35
- cxxCompiler : cl.exe
36
- compilerInitialization : ' call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"'
32
+ # Windows:
33
+ # imageName: 'vs2017-win2016'
34
+ # cCompiler: cl.exe
35
+ # cxxCompiler: cl.exe
36
+ # compilerInitialization: 'call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"'
37
37
38
38
pool :
39
39
vmImage : $(imageName)
@@ -114,7 +114,7 @@ jobs:
114
114
endif()
115
115
set(CTEST_BUILD_NAME "$(Build.Repository.Name)-$(Agent.OS)-Build$(Build.BuildId)\${pr}\${branch}")
116
116
set(CTEST_UPDATE_VERSION_ONLY 1)
117
- set(CTEST_TEST_ARGS \${CTEST_TEST_ARGS} PARALLEL_LEVEL \${PARALLEL_LEVEL})
117
+ set(CTEST_TEST_ARGS \${CTEST_TEST_ARGS} PARALLEL_LEVEL \${PARALLEL_LEVEL} INCLUDE "VTKImageTo" )
118
118
set(CTEST_BUILD_CONFIGURATION "Release")
119
119
set(CTEST_CMAKE_GENERATOR "Ninja")
120
120
set(CTEST_CUSTOM_WARNING_EXCEPTION
You can’t perform that action at this time.
0 commit comments