Skip to content

Commit

Permalink
Clang 12 CI builds added (#207).
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Mar 6, 2021
1 parent 0fa0685 commit 51deabe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- gcc-9
- gcc-8
- gcc-7
- clang-12
- clang-11
- clang-10
- clang-9
Expand Down
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build:
- COMPILER: gcc
VERSION: [10, 9, 8, 7]
- COMPILER: clang
VERSION: [11, 10, 9, 8, 7]
VERSION: [12, 11, 10, 9, 8, 7]
image: ${DOCKER_IMG}/${COMPILER}-${VERSION}:latest
stage: build
script:
Expand All @@ -39,7 +39,7 @@ build_docker_images:
- COMPILER: gcc
VERSION: [10, 9, 8, 7]
- COMPILER: clang
VERSION: [11, 10, 9, 8, 7]
VERSION: [12, 11, 10, 9, 8, 7]
image: docker:latest
stage: build-docker-images
variables:
Expand Down

0 comments on commit 51deabe

Please sign in to comment.