3
0
mirror of https://github.com/triqs/dft_tools synced 2024-09-27 03:50:51 +02:00

[travis] Fix llvm setup in .travis file, enable clang build

This commit is contained in:
Nils Wentzell 2019-06-05 10:56:50 -04:00
parent 93856f9440
commit eca87051cb

View File

@ -5,10 +5,10 @@ dist: xenial
compiler:
- gcc
#- clang
- clang
before_install:
- sudo add-apt-repository 'deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial main' -y
- sudo add-apt-repository 'deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-7 main' -y
- wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update