added circle-ci file

This commit is contained in:
Phuntsok Drak-pa 2018-05-23 17:36:57 +02:00
parent 87c8fa8601
commit 5cfbae022c
1 changed files with 17 additions and 0 deletions

17
.circleci/config.yml Normal file
View File

@ -0,0 +1,17 @@
version: 2
jobs:
build:
docker:
- image: enumack/buildcontainers:gcc-8.1
steps:
- checkout
- run:
name: cd to build dir
command: cd -p build
- run:
name: run CMake
command: cmake -DCMAKE_BUILD_TYPE=Release ..
- run:
name: build project
command: make -j