mirror of
https://github.com/triqs/dft_tools
synced 2024-12-23 04:43:42 +01:00
[travis] Fix llvm setup in .travis file, enable clang build
This commit is contained in:
parent
93856f9440
commit
eca87051cb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user