From 2e5389328777406fac3d46e17b7afb494a3fdd3c Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Tue, 7 Nov 2023 23:43:07 +0200 Subject: [PATCH] add cmake --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 7b216cb..7ef536b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,7 @@ steps: - name: build image: gcc:12 commands: + - apt update && apt install -y cmake - git clone --recursive https://github.com/DarkflameUniverse/DarkflameServer - cd DarkflameServer - ./build.sh -j4