Skip to content

Commit

Permalink
add clang 13 to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Oct 7, 2021
1 parent 72451b8 commit bab6632
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ jobs:
- name: build-ubuntu-clang12
env: {CXX: clang++-12, INSTALL_EXTRA: clang-12 libomp-12-dev}
add-llvm-repo: true
- name: build-ubuntu-clang13
env: {CXX: clang++-13, INSTALL_EXTRA: clang-13 libomp-13-dev}
add-llvm-repo: true
- name: build-ubuntu-icpx
env: {CXX: icpx}
intel: true
Expand All @@ -118,6 +121,7 @@ jobs:
run: |
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -
sudo add-apt-repository 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-12 main'
sudo add-apt-repository 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-13 main'
- name: install OneAPI
if: ${{ matrix.intel }}
run: |
Expand Down

0 comments on commit bab6632

Please sign in to comment.