Here be Dragons
This commit is contained in:
parent
c70dbf01aa
commit
543bfffe35
@ -6,6 +6,6 @@ stages:
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- apt install -y gcc
|
||||
- apt update && apt install -y gcc
|
||||
- gcc --version
|
||||
- mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j
|
||||
|
Loading…
Reference in New Issue
Block a user