Skip to content

Commit f4d2156

Browse files
committed
Add gcc-{14,15}, clang-{18,19,20,21}
1 parent dc1903b commit f4d2156

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ build-linux:
99
stage: build
1010
parallel:
1111
matrix:
12-
- COMPILER: [gcc-11, gcc-12, gcc-13, clang-11.0.1, clang-12, clang-13, clang-14, clang-15, clang-16, clang-17]
12+
- COMPILER: [gcc-11, gcc-12, gcc-13, gcc-14, gcc-15, clang-11.0.1, clang-12, clang-13, clang-14, clang-15, clang-16, clang-17, clang-18, clang-19, clang-20, clang-21]
1313
TYPE: [exe, static, shared]
1414
image: $CI_REGISTRY/idi/dockerfiles/cmake-cpp:$COMPILER
1515
rules:
16-
- if: $CI_PIPELINE_SOURCE != "merge_request_event" && (($COMPILER =~ /(gcc-14|clang-14)$/)) # clang-14 image has a bug with libc++13
16+
- if: $CI_PIPELINE_SOURCE != "merge_request_event" && (($COMPILER =~ /(gcc-16|clang-14|clang-21)$/)) # clang-14 image has a bug with libc++13
1717
allow_failure: true
1818
- if: $CI_PIPELINE_SOURCE != "merge_request_event" # Only on push events (same as 'except: merge_requests')
1919
before_script: # This is required for pulling dependencies on projects

0 commit comments

Comments
 (0)