Skip to content

Commit 547d144

Browse files
committed
ci: move GitLab pipeline builds from Debian 12 to Debian 13
1 parent 4ce492a commit 547d144

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: debian:12-slim
1+
image: debian:13-slim
22

33
variables:
44
GIT_SUBMODULE_STRATEGY: "recursive"
@@ -7,7 +7,7 @@ variables:
77
build_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:
2525
build_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.)

0 commit comments

Comments
 (0)