Update circle.yml

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

View File

@ -1,3 +1,4 @@
dependencies:
override:
- curl -sSL https://cmake.org/files/v3.9/cmake-3.9.1-Linux-x86_64.tar.gz | sudo tar -xzC ~
- cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make -j