attempt to fix building process #4
This commit is contained in:
parent
86237330e9
commit
4a86188c69
@ -1,4 +1,4 @@
|
||||
image: gcc:latest
|
||||
image: rikorose/gcc-cmake:latest
|
||||
|
||||
stages:
|
||||
- build
|
||||
@ -6,5 +6,4 @@ stages:
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- apt update && apt install -y cmake
|
||||
- mkdir -p build bin debug && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j
|
||||
|
Loading…
Reference in New Issue
Block a user