summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-10-31 15:39:16 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-10-31 15:39:16 +0100
commit50b63cf52addaccc1511c07a979ae1d357e04f7b (patch)
tree004f6b6aa0d65efb2f71aea00bf95b97effbca17
parent546fa89af96e2286ee12bf6a808038e6385377db (diff)
downloadATCD-50b63cf52addaccc1511c07a979ae1d357e04f7b.tar.gz
No clang compilation for the moment on azure, not working yet
-rw-r--r--azure-pipelines.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 348569d4830..d177d0138c9 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -120,21 +120,6 @@ jobs:
CXX: g++-8
PackageDeps: g++-8
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
- CLANG5:
- CC: clang-5.0
- CXX: clang++-5.0
- PackageDeps: clang-5.0
- platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU
- CLANG6:
- CC: clang-6.0
- CXX: clang++-6.0
- PackageDeps: clang-6.0
- platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU
- CLANG7:
- CC: clang-7
- CXX: clang++-7
- PackageDeps: clang-7
- platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU
steps:
- script: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y