update to gcc 13 to fix build issues
This commit is contained in:
parent
921823576c
commit
d0aa8f5d6d
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: kubernetes
|
type: kubernetes
|
||||||
name: storagebox-exporter
|
name: darkflame-build
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: gcc:12
|
image: gcc:13
|
||||||
commands:
|
commands:
|
||||||
- apt update && apt install -y cmake
|
- apt update && apt install -y cmake
|
||||||
- git clone --recursive https://github.com/DarkflameUniverse/DarkflameServer
|
- git clone --recursive https://github.com/DarkflameUniverse/DarkflameServer
|
||||||
|
|
Loading…
Reference in a new issue