Update circle.yml

This commit is contained in:
Phuntsok Drak-pa 2018-04-16 00:38:17 +02:00 committed by GitHub
parent 18f2989e1b
commit 35d7c1fb57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -8,9 +8,10 @@ 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-get install clang-5.0 lldb-5.0
- export CXX=clang-5.0
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update
- sudo apt-get install gcc-6 g++-6
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 20 --slave /usr/bin/g++ g++ /usr/bin/g++-6
override:
- >
if [ ! -d ~/cmake-3.11.0-Linux-x86_64 ]; then