Update circle.yml

This commit is contained in:
Phuntsok Drak-pa 2018-04-16 01:08:14 +02:00 committed by GitHub
parent 058f6e782c
commit 049a378825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,14 +1,15 @@
machine:
environment:
PATH: "/home/ubuntu/cmake-3.11.0-Linux-x86_64/bin:$PATH"
CXX: clang-3.9
CXX: g++-7
dependencies:
cache_directories:
- ~/cmake-3.11.0-Linux-x86_64
pre:
- sudo add-apt-repository ppa:jonathonf/gcc-7.1
- sudo apt-get update
- sudo apt-get install llvm-3.9 libclang1-3.9 llvm-3.9-dev clang-3.9
- sudo apt-get install gcc-7 g++-7
override:
- >
if [ ! -d ~/cmake-3.11.0-Linux-x86_64 ]; then