Skip to content
Snippets Groups Projects
Commit 1c1b5b46 authored by Florian Schmaus's avatar Florian Schmaus
Browse files

[gitlab-ci] Use GCC 13

parent 8eaad22c
No related branches found
No related tags found
No related merge requests found
...@@ -33,8 +33,10 @@ cache: ...@@ -33,8 +33,10 @@ cache:
variables: variables:
BUILDDTYPE: debugoptimized BUILDDTYPE: debugoptimized
CC: gcc GCC: gcc-13
CXX: g++ GXX: g++-13
CC: $GCC
CXX: $GXX
EXTRA_NINJA_ARGS: -v EXTRA_NINJA_ARGS: -v
stages: stages:
...@@ -91,8 +93,8 @@ clang-tidy: ...@@ -91,8 +93,8 @@ clang-tidy:
.gcc: .gcc:
variables: variables:
CC: gcc CC: $GCC
CXX: g++ CXX: $GXX
.clang: .clang:
variables: variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment