Skip to content
Snippets Groups Projects
Commit a1f1a932 authored by Huste, Tobias's avatar Huste, Tobias Committed by Huste, Tobias
Browse files

Test against GCC 12 and 13

parent 1d17ede3
No related branches found
No related tags found
No related merge requests found
...@@ -29,8 +29,8 @@ lint: ...@@ -29,8 +29,8 @@ lint:
script: script:
- cpplint --recursive src/ tests/ - cpplint --recursive src/ tests/
build:gcc:11: build:gcc:12:
image: gcc:11 image: gcc:12
stage: build stage: build
before_script: before_script:
- apt-get update && apt-get -qy install python3 python3-pip - apt-get update && apt-get -qy install python3 python3-pip
...@@ -42,8 +42,8 @@ build:gcc:11: ...@@ -42,8 +42,8 @@ build:gcc:11:
paths: paths:
- build/ - build/
build:gcc:12: build:gcc:13:
image: gcc:12 image: gcc:13
stage: build stage: build
before_script: before_script:
- apt-get update && apt-get -qy install python3 python3-pip - apt-get update && apt-get -qy install python3 python3-pip
...@@ -55,8 +55,8 @@ build:gcc:12: ...@@ -55,8 +55,8 @@ build:gcc:12:
paths: paths:
- build/ - build/
test:gcc:11: test:gcc:12:
image: gcc:11 image: gcc:12
stage: test stage: test
before_script: before_script:
- apt-get update && apt-get -qy install python3 python3-pip - apt-get update && apt-get -qy install python3 python3-pip
...@@ -64,10 +64,10 @@ test:gcc:11: ...@@ -64,10 +64,10 @@ test:gcc:11:
script: script:
- cd build && ctest - cd build && ctest
dependencies: dependencies:
- build:gcc:11 - build:gcc:12
test:gcc:12: test:gcc:13:
image: gcc:12 image: gcc:13
stage: test stage: test
before_script: before_script:
- apt-get update && apt-get -qy install python3 python3-pip - apt-get update && apt-get -qy install python3 python3-pip
...@@ -75,7 +75,7 @@ test:gcc:12: ...@@ -75,7 +75,7 @@ test:gcc:12:
script: script:
- cd build && ctest - cd build && ctest
dependencies: dependencies:
- build:gcc:12 - build:gcc:13
run: run:
image: gcc:12 image: gcc:12
......
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