Skip to content

Commit

Permalink
add g++-11 CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Jun 29, 2021
1 parent d795d17 commit efeaec3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
cuda: true
- name: build-ubuntu-gcc10
env: {CXX: g++-10}
- name: build-ubuntu-gcc11
env: {CXX: g++-11, INSTALL_EXTRA: g++-11}
add-toolchain-repo: true
- name: build-ubuntu-clang10
env: {CXX: clang++-10}
- name: build-ubuntu-clang11
Expand All @@ -91,6 +94,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: add ubuntu toolchain repo
if: ${{ matrix.add-toolchain-repo }}
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
- name: add LLVM APT repo
if: ${{ matrix.add-llvm-repo }}
run: |
Expand Down

0 comments on commit efeaec3

Please sign in to comment.