added GitlabCI config file

This commit is contained in:
Phuntsok Drak-pa 2018-11-02 13:59:59 +01:00
parent 2cef5e223a
commit 69dcba5820
1 changed files with 9 additions and 0 deletions

9
.gitlab-ci.yml Normal file
View File

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