summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-04-15 21:03:07 +0200
committerGitHub <noreply@github.com>2019-04-15 21:03:07 +0200
commitb3e3756e4dd56b7c018b19c520ac8a8a390a6a5b (patch)
tree0fd8ddb0d3d6689fab162408ad760d8d1aa7ce15
parent970549d1b751146de0284cf04df79e7714621e95 (diff)
parent4d8918e1efa0e049f184ea4286639f910130a17c (diff)
downloadATCD-b3e3756e4dd56b7c018b19c520ac8a8a390a6a5b.tar.gz
Merge pull request #891 from jwillemsen/jwi-clang8
Add clang8 to azure pipelines. Removed vs2017 32bit configuration, we…
-rw-r--r--azure-pipelines.yml18
1 files 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 -