added GitlabCI config file

Esse commit está contido em:
Phuntsok Drak-pa
2018-10-21 22:03:30 +02:00
commit b53529e076

10
.gitlab-ci.yml Arquivo normal
Ver Arquivo

@@ -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