@@ -43,67 +43,6 @@ variables:
4343 VC_PATH : ' C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC'
4444
4545jobs :
46- - job : DESKTOP_BUILD
47- displayName : ' Windows Desktop'
48- timeoutInMinutes : 120
49- cancelTimeoutInMinutes : 1
50- strategy :
51- maxParallel : 3
52- matrix :
53- Release_arm64 :
54- BuildPlatform : ARM64
55- BuildConfiguration : Release
56- Debug_arm64 :
57- BuildPlatform : ARM64
58- BuildConfiguration : Debug
59- Release_x64 :
60- BuildPlatform : x64
61- BuildConfiguration : Release
62- Debug_x64 :
63- BuildPlatform : x64
64- BuildConfiguration : Debug
65- Release_x86 :
66- BuildPlatform : x86
67- BuildConfiguration : Release
68- Debug_x86 :
69- BuildPlatform : x86
70- BuildConfiguration : Debug
71- steps :
72- - checkout : self
73- clean : true
74- fetchTags : false
75- fetchDepth : 1
76- path : ' s'
77- - checkout : testRepo
78- displayName : Fetch Tests
79- clean : true
80- fetchTags : false
81- fetchDepth : 1
82- path : ' s/Tests'
83- - task : MSBuild@1
84- displayName : Log Information
85- inputs :
86- solution : build/LogInfo.targets
87- platform : ' $(BuildPlatform)'
88- configuration : ' $(BuildConfiguration)'
89- - task : VSBuild@1
90- displayName : Build solution DirectXMesh_Tests_Desktop_2022.sln
91- inputs :
92- solution : Tests/DirectXMesh_Tests_Desktop_2022.sln
93- msbuildArgs : /p:PreferredToolArchitecture=x64
94- platform : ' $(BuildPlatform)'
95- configuration : ' $(BuildConfiguration)'
96- msbuildArchitecture : x64
97- condition : ne(variables['BuildPlatform'], 'ARM64')
98- - task : VSBuild@1
99- displayName : Build solution DirectXMesh_Tests_Desktop_2022_Win10.sln
100- inputs :
101- solution : Tests/DirectXMesh_Tests_Desktop_2022_Win10.sln
102- msbuildArgs : /p:PreferredToolArchitecture=x64
103- platform : ' $(BuildPlatform)'
104- configuration : ' $(BuildConfiguration)'
105- msbuildArchitecture : x64
106-
10746 - job : CMAKE_BUILD_X64
10847 displayName : ' CMake for X64 BUILD_TESTING=ON'
10948 timeoutInMinutes : 60
0 commit comments