Skip to content

Commit

Permalink
ci: Add LCG 106a job
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Nov 29, 2024
1 parent eb6a5f1 commit 187b2e5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -431,3 +431,17 @@ lcg_105:
COMPILER:
- gcc13
- clang16

lcg_106a:
extends: .lcg_base_job

variables:
LCG_VERSION: "106a"

parallel:
matrix:
- OS: [alma9]
COMPILER:
- gcc13
- gcc14
- clang16

0 comments on commit 187b2e5

Please sign in to comment.