summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-10-31 15:33:09 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-10-31 15:33:09 +0100
commit546fa89af96e2286ee12bf6a808038e6385377db (patch)
tree76db76e9d5df129b95c1df69dbcaef224d7aa14e
parent6eaee5b01ccf94db767dbc7447bb406bde18a384 (diff)
downloadATCD-546fa89af96e2286ee12bf6a808038e6385377db.tar.gz
Try without clang repo
* azure-pipelines.yml:
-rw-r--r--azure-pipelines.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 55ed5fe2599..348569d4830 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -124,26 +124,19 @@ jobs:
CC: clang-5.0
CXX: clang++-5.0
PackageDeps: clang-5.0
- RepoDep: llvm-toolchain-trusty-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
- RepoDep: llvm-toolchain-trusty-6.0
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU
CLANG7:
CC: clang-7
CXX: clang++-7
PackageDeps: clang-7
- RepoDep: llvm-toolchain-trusty-7
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU
steps:
- script: |
- sudo add-apt-repository ppa:$(RepoDep) -y
- condition: and(succeeded(), ne(variables['RepoDep'], ''))
- displayName: install optional repositories
- - script: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt-get --yes update
sudo apt-get --yes install libxerces-c-dev libssl-dev $(PackageDeps)