simplified gitlabCI file
This commit is contained in:
parent
b1a9997893
commit
4099204025
@ -16,4 +16,5 @@ build:
|
|||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- gcc --version
|
- gcc --version
|
||||||
- mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j
|
- make debug
|
||||||
|
- make release
|
||||||
|
Loading…
Reference in New Issue
Block a user