update to gcc 13 to fix build issues
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Aaron Riedel 2024-06-28 14:00:34 +02:00
parent 921823576c
commit d0aa8f5d6d
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -1,10 +1,10 @@
kind: pipeline
type: kubernetes
name: storagebox-exporter
name: darkflame-build
steps:
- name: build
image: gcc:12
image: gcc:13
commands:
- apt update && apt install -y cmake
- git clone --recursive https://github.com/DarkflameUniverse/DarkflameServer