added GitlabCI config file

This commit is contained in:
Phuntsok Drak-pa 2018-10-21 22:03:30 +02:00
parent 150ce6982a
commit b53529e076
1 changed files with 10 additions and 0 deletions

10
.gitlab-ci.yml Normal file
View File

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