added gitlabCI config file

This commit is contained in:
Phuntsok Drak-pa 2018-11-02 14:41:43 +01:00
parent 6d4e29b030
commit 2b932f3e1a
1 changed files with 7 additions and 0 deletions

7
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,7 @@
image: rikorose/gcc-cmake:latest
stages:
- build
build:
stage: build
script:
- mkdir -p build bin && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j