File tree 2 files changed +0
-43
lines changed
2 files changed +0
-43
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ version: 1.0.{build}
2
2
image : Visual Studio 2019
3
3
configuration :
4
4
- Release
5
- - Debug
6
5
platform :
7
6
- x64
8
7
- Win32
Original file line number Diff line number Diff line change 38
38
displayName: 'Tests $(platform)|$(configuration)'
39
39
failOnStderr: false
40
40
41
- - job : ' x64_Debug'
42
- displayName : ' x64|Debug'
43
- timeoutInMinutes : 15
44
- variables :
45
- platform : ' x64'
46
- configuration : ' Debug'
47
- steps :
48
- - checkout : self
49
- submodules : true
50
- - task : VSBuild@1
51
- displayName : ' Build $(platform)|$(configuration)'
52
- inputs :
53
- solution : ' $(solution)'
54
- platform : ' $(platform)'
55
- configuration : ' $(configuration)'
56
- - script : |
57
- cd
58
- call "$(configuration)\Tests_$(configuration)_$(platform).exe" --gtest_color=yes
59
- displayName: 'Tests $(platform)|$(configuration)'
60
- failOnStderr: false
61
-
62
41
- job : ' Win32_Release'
63
42
displayName : ' Win32|Release'
64
43
timeoutInMinutes : 15
79
58
call "$(configuration)\Tests_$(configuration)_$(platform).exe" --gtest_color=yes
80
59
displayName: 'Tests $(platform)|$(configuration)'
81
60
failOnStderr: false
82
-
83
- - job : ' Win32_Debug'
84
- displayName : ' Win32|Debug'
85
- timeoutInMinutes : 15
86
- variables :
87
- platform : ' Win32'
88
- configuration : ' Debug'
89
- steps :
90
- - checkout : self
91
- submodules : true
92
- - task : VSBuild@1
93
- displayName : ' Build $(platform)|$(configuration)'
94
- inputs :
95
- solution : ' $(solution)'
96
- platform : ' $(platform)'
97
- configuration : ' $(configuration)'
98
- - script : |
99
- cd
100
- call "$(configuration)\Tests_$(configuration)_$(platform).exe" --gtest_color=yes
101
- displayName: 'Tests $(platform)|$(configuration)'
102
- failOnStderr: false
You can’t perform that action at this time.
0 commit comments