@@ -158,119 +158,3 @@ jobs:
158158 solution : Tests/xdsp/XDSPTest_2019.sln
159159 platform : ' $(BuildPlatform)'
160160 configuration : ' $(BuildConfiguration)'
161-
162- - job : BUILD_LEGACY
163- displayName : ' Visual Studio 2019 (v141) Legacy'
164- strategy :
165- maxParallel : 4
166- matrix :
167- Release_x64 :
168- BuildPlatform : x64
169- BuildConfiguration : Release
170- Debug_x64 :
171- BuildPlatform : x64
172- BuildConfiguration : Debug
173- Release_x86 :
174- BuildPlatform : x86
175- BuildConfiguration : Release
176- Debug_x86 :
177- BuildPlatform : x86
178- BuildConfiguration : Debug
179- steps :
180- - checkout : self
181- clean : true
182- fetchTags : false
183- fetchDepth : 1
184- path : ' s'
185- - checkout : testRepo
186- displayName : Fetch Tests
187- clean : true
188- fetchTags : false
189- fetchDepth : 1
190- path : ' s/Tests'
191- - task : VSBuild@1
192- displayName : Build solution math3_2017.sln
193- inputs :
194- solution : Tests/math3/math3_2017.sln
195- platform : ' $(BuildPlatform)'
196- configuration : ' $(BuildConfiguration)'
197- - task : VSBuild@1
198- displayName : Build solution math3_2017.sln no-intrinsics
199- inputs :
200- solution : Tests/math3/math3_2017.sln
201- platform : ' $(BuildPlatform)'
202- configuration : ' NI $(BuildConfiguration)'
203- - task : VSBuild@1
204- displayName : Build solution math3_2017.sln SSE3
205- inputs :
206- solution : Tests/math3/math3_2017.sln
207- platform : ' $(BuildPlatform)'
208- configuration : ' SSE3 $(BuildConfiguration)'
209- - task : VSBuild@1
210- displayName : Build solution math3_2017.sln SSE4
211- inputs :
212- solution : Tests/math3/math3_2017.sln
213- platform : ' $(BuildPlatform)'
214- configuration : ' SSE4 $(BuildConfiguration)'
215- - task : VSBuild@1
216- displayName : Build solution math3_2017.sln AVX
217- inputs :
218- solution : Tests/math3/math3_2017.sln
219- platform : ' $(BuildPlatform)'
220- configuration : ' AVX $(BuildConfiguration)'
221- - task : VSBuild@1
222- displayName : Build solution math3_2017.sln AVX2
223- inputs :
224- solution : Tests/math3/math3_2017.sln
225- platform : ' $(BuildPlatform)'
226- configuration : ' AVX2 $(BuildConfiguration)'
227- - task : VSBuild@1
228- displayName : Build solution math3_2017.sln x86dbg x87
229- inputs :
230- solution : Tests/math3/math3_2017.sln
231- platform : ' $(BuildPlatform)'
232- configuration : ' x87 $(BuildConfiguration)'
233- condition : eq(variables['BuildPlatform'], 'x86')
234-
235- - job : BUILD_EXTS_LEGACY
236- displayName : ' Visual Studio 2019 (v141) Legacy - SHMath and XDSP'
237- cancelTimeoutInMinutes : 1
238- strategy :
239- maxParallel : 1
240- matrix :
241- Release_x64 :
242- BuildPlatform : x64
243- BuildConfiguration : Release
244- Debug_x64 :
245- BuildPlatform : x64
246- BuildConfiguration : Debug
247- Release_x86 :
248- BuildPlatform : x86
249- BuildConfiguration : Release
250- Debug_x86 :
251- BuildPlatform : x86
252- BuildConfiguration : Debug
253- steps :
254- - checkout : self
255- clean : true
256- fetchTags : false
257- fetchDepth : 1
258- path : ' s'
259- - checkout : testRepo
260- displayName : Fetch Tests
261- clean : true
262- fetchTags : false
263- fetchDepth : 1
264- path : ' s/Tests'
265- - task : VSBuild@1
266- displayName : Build solution shmath_2017.sln
267- inputs :
268- solution : Tests/shmath/shmath_2017.sln
269- platform : ' $(BuildPlatform)'
270- configuration : ' $(BuildConfiguration)'
271- - task : VSBuild@1
272- displayName : Build solution XDSPTest_2017
273- inputs :
274- solution : Tests/xdsp/XDSPTest_2017.sln
275- platform : ' $(BuildPlatform)'
276- configuration : ' $(BuildConfiguration)'
0 commit comments