simplified gitlabCI file

This commit is contained in:
Phuntsok Drak-pa 2018-11-25 00:32:04 +01:00
parent b1a9997893
commit 4099204025
No known key found for this signature in database
GPG Key ID: 9CB34B6827C66D22
1 changed files with 2 additions and 1 deletions

View File

@ -16,4 +16,5 @@ build:
stage: build
script:
- gcc --version
- mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j
- make debug
- make release