simplified gitlabCI file
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user