File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- image : debian:12 -slim
1+ image : debian:13 -slim
22
33variables :
44 GIT_SUBMODULE_STRATEGY : " recursive"
@@ -7,7 +7,7 @@ variables:
77build_gcc :
88 stage : build
99 before_script :
10- - apt-get update && apt-get -y install catch cmake g++ libxml2-dev pkg-config
10+ - apt-get update && apt-get -y install catch2 cmake g++ libxml2-dev pkg-config
1111 - export CC=gcc && export CXX=g++
1212 script :
1313# Linting script also lints a lot of unrelated stuff (GUIs, archives, etc.)
@@ -25,7 +25,7 @@ build_gcc:
2525build_clang :
2626 stage : build
2727 before_script :
28- - apt-get update && apt-get -y install catch clang cmake libxml2-dev pkg-config
28+ - apt-get update && apt-get -y install catch2 clang cmake libxml2-dev pkg-config
2929 - export CC=clang && export CXX=clang++
3030 script :
3131# Linting script also lints a lot of unrelated stuff (GUIs, archives, etc.)
You can’t perform that action at this time.
0 commit comments