Merge pull request #4 from Phundrak/circle-ci

Circle ci
This commit is contained in:
Phuntsok Drak-pa 2018-05-23 18:03:00 +02:00 committed by GitHub
commit 440b38bf22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
.circleci/config.yml Normal file
View File

@ -0,0 +1,8 @@
version: 2
jobs:
build:
docker: # See https://docs.docker.com/get-started/#docker-concepts if you are new to Docker.
- image: purplekarrot/gcc-8
steps:
- checkout
- run: cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make -j