diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2018-11-29 09:20:00 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2018-11-29 09:20:00 +0100 |
commit | 4bc86e015e4d0686f759f2125cfba57d3ded9a5d (patch) | |
tree | 74bc6bc774595cd12f70c0401ba5f023f2713a17 /.travis.yml | |
parent | b2928ba2b6653c61e3e2bff36711c84e020e1bef (diff) | |
download | ATCD-4bc86e015e4d0686f759f2125cfba57d3ded9a5d.tar.gz |
Migrate clang5/6/7 builds from travis to azure and enable versioned namespaces by default
* .travis.yml:
* azure-pipelines.yml:
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/.travis.yml b/.travis.yml index f75a6427349..e9cc4d13b4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,39 +25,6 @@ env: matrix: include: - - compiler: clang - addons: - apt: - sources: - - ubuntu-toolchain-r-test - - llvm-toolchain-trusty-7 - packages: - - libxerces-c-dev - - libssl-dev - - clang-7 - env: COMPILER=clang++-7 VERSIONED=1 TAO=1 - - compiler: clang - addons: - apt: - sources: - - ubuntu-toolchain-r-test - - llvm-toolchain-trusty-6.0 - packages: - - libxerces-c-dev - - libssl-dev - - clang-6.0 - env: COMPILER=clang++-6.0 VERSIONED=1 TAO=1 ACETESTS=1 - - compiler: clang - addons: - apt: - sources: - - ubuntu-toolchain-r-test - - llvm-toolchain-trusty-5.0 - packages: - - libxerces-c-dev - - libssl-dev - - clang-5.0 - env: COMPILER=clang++-5.0 VERSIONED=1 TAO=1 ACETESTS=1 - compiler: gcc addons: apt: |