We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d9258 commit 04e2c65Copy full SHA for 04e2c65
.gitlab-ci.yml
@@ -1,7 +1,7 @@
1
# Use the official gcc image, based on debian.
2
# It can use version tags as well, like gcc:8.5.
3
# See https://hub.docker.com/_/gcc/ for more info.
4
-image: gcc:14
+image: gcc:15
5
6
variables:
7
GIT_SUBMODULE_STRATEGY: recursive
@@ -10,7 +10,7 @@ build_gcc:
10
stage: build
11
before_script:
12
- apt-get update
13
- - apt-get -y install catch cmake g++ libboost-dev libxml2 libxml2-dev zlib1g-dev
+ - apt-get -y install catch2 cmake g++ libboost-dev libxml2 libxml2-dev zlib1g-dev
14
- apt-get install -y firefox-esr --no-install-recommends
15
# Remove parts of the submodule that are not used but would get into CI's
16
# way when linting.
0 commit comments