From 4d8918e1efa0e049f184ea4286639f910130a17c Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 15 Apr 2019 13:56:00 +0200 Subject: Add clang8 to azure pipelines. Removed vs2017 32bit configuration, we test 32bit also with vs2019 * azure-pipelines.yml: --- azure-pipelines.yml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 601fedab6d9..ffdc04c1256 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -116,18 +116,6 @@ jobs: vcpkgarch: x64-windows vcpkglibdir: lib vcpkgpackages: openssl xerces-c - Debug32: - BuildPlatform: Win32 - BuildConfiguration: Debug - vcpkgarch: x86-windows - vcpkglibdir: debug\lib - vcpkgpackages: openssl xerces-c - Release32: - BuildPlatform: Win32 - BuildConfiguration: Release - vcpkgarch: x86-windows - vcpkglibdir: lib - vcpkgpackages: openssl xerces-c variables: VCPKG_ROOT: $(Build.SourcesDirectory)\vcpkg XERCESC_INCDIR: $(VCPKG_ROOT)\installed\$(vcpkgarch)\include @@ -272,6 +260,12 @@ jobs: PackageDeps: clang-7 Repo: llvm-toolchain-$(lsb_release -cs)-7 platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU + CLANG8: + CC: clang-8 + CXX: clang++-8 + PackageDeps: clang-8 + Repo: llvm-toolchain-$(lsb_release -cs)-8 + platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU steps: - script: | wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add - -- cgit v1.2.1