Update circle.yml

This commit is contained in:
Phuntsok Drak-pa 2018-04-16 00:24:50 +02:00 committed by GitHub
parent a414021f3c
commit 8cc1378451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,12 @@ machine:
dependencies:
cache_directories:
- ~/cmake-3.11.0-Linux-x86_64
pre:
- wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
- sudo apt-add-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-5.0 main"
- sudo apt-get update
- sudo apt-get install -y clang-5.0
- export CXX=clang-5.0
override:
- >
if [ ! -d ~/cmake-3.11.0-Linux-x86_64 ]; then