Skip to content
Snippets Groups Projects
Commit bd41d492 authored by Hueser, Christian's avatar Hueser, Christian
Browse files

Merge branch 'update-pipeline-in-episode-5' into...

Merge branch 'update-pipeline-in-episode-5' into 'ci-episode-5-exercise-1-remove-redundancies-in-ci-pipeline'

Update GCC versions to more recent versions in CI pipeline in episode 5

See merge request !27
parents 9af7def6 749bfd52
No related branches found
No related tags found
1 merge request!27Update GCC versions to more recent versions in CI pipeline in episode 5
Pipeline #393564 passed
...@@ -27,7 +27,7 @@ default: ...@@ -27,7 +27,7 @@ default:
.compiler_versions: .compiler_versions:
parallel: parallel:
matrix: matrix:
- VERSION: ["12", "13"] - VERSION: ["12", "13", "14"]
license-compliance: license-compliance:
stage: lint stage: lint
...@@ -70,10 +70,10 @@ test:gcc: ...@@ -70,10 +70,10 @@ test:gcc:
- "build:gcc" - "build:gcc"
running: running:
image: gcc:12 image: gcc:13
stage: run stage: run
script: script:
- ./build_gcc_12/bin/helloWorld - ./build_gcc_13/bin/helloWorld
dependencies: dependencies:
- "build:gcc" - "build:gcc"
......
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