add cmake
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2023-11-07 23:43:07 +02:00
parent ad1b0a5f53
commit 2e53893287
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -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