@@ -33,24 +33,12 @@ jobs:
3333 vcpkgarch : x64-windows
3434 vcpkglibdir : debug\lib
3535 vcpkgpackages : openssl xerces-c
36- Release64 :
37- BuildPlatform : x64
38- BuildConfiguration : Release
39- vcpkgarch : x64-windows
40- vcpkglibdir : lib
41- vcpkgpackages : openssl xerces-c
4236 Debug32 :
4337 BuildPlatform : Win32
4438 BuildConfiguration : Debug
4539 vcpkgarch : x86-windows
4640 vcpkglibdir : debug\lib
4741 vcpkgpackages : openssl xerces-c
48- Release32 :
49- BuildPlatform : Win32
50- BuildConfiguration : Release
51- vcpkgarch : x86-windows
52- vcpkglibdir : lib
53- vcpkgpackages : openssl xerces-c
5442 variables :
5543 VCPKG_ROOT : $(Build.SourcesDirectory)\vcpkg
5644 XERCESC_INCDIR : $(VCPKG_ROOT)\installed\$(vcpkgarch)\include
@@ -192,57 +180,11 @@ jobs:
192180 vmImage : ubuntu-latest
193181 strategy :
194182 matrix :
195- GCC48 :
196- CC : gcc-4.8
197- CXX : g++-4.8
198- PackageDeps : g++-4.8
199- platform_file : include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
200- GCC6 :
201- CC : gcc-6
202- CXX : g++-6
203- PackageDeps : g++-6
204- platform_file : include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
205- GCC7 :
206- CC : gcc-7
207- CXX : g++-7
208- PackageDeps : g++-7
209- platform_file : include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
210- GCC8 :
211- CC : gcc-8
212- CXX : g++-8
213- PackageDeps : g++-8
214- platform_file : include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
215183 GCC9 :
216184 CC : gcc-9
217185 CXX : g++-9
218186 PackageDeps : g++-9
219187 platform_file : include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
220- CLANG5 :
221- CC : clang-5.0
222- CXX : clang++-5.0
223- PackageDeps : clang-5.0
224- platform_file : include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU
225- CLANG6 :
226- CC : clang-6.0
227- CXX : clang++-6.0
228- PackageDeps : clang-6.0
229- platform_file : include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU
230- CLANG7 :
231- CC : clang-7
232- CXX : clang++-7
233- PackageDeps : clang-7
234- platform_file : include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU
235- CLANG8 :
236- CC : clang-8
237- CXX : clang++-8
238- PackageDeps : clang-8
239- platform_file : include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU
240- CLANG9 :
241- CC : clang-9
242- CXX : clang++-9
243- PackageDeps : clang-9
244- Repo : llvm-toolchain-$(lsb_release -cs)-9
245- platform_file : include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU
246188 steps :
247189 - script : |
248190 wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -
0 commit comments