This commit is contained in:
parent
ad1b0a5f53
commit
2e53893287
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: gcc:12
|
image: gcc:12
|
||||||
commands:
|
commands:
|
||||||
|
- apt update && apt install -y cmake
|
||||||
- git clone --recursive https://github.com/DarkflameUniverse/DarkflameServer
|
- git clone --recursive https://github.com/DarkflameUniverse/DarkflameServer
|
||||||
- cd DarkflameServer
|
- cd DarkflameServer
|
||||||
- ./build.sh -j4
|
- ./build.sh -j4
|
||||||
|
|
Loading…
Reference in a new issue