Skip to content

Commit

Permalink
CI: super test with clang
Browse files Browse the repository at this point in the history
Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Jan 5, 2024
1 parent 9f5b08b commit 9150c83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,22 @@ jobs:
build-linux:
strategy:
matrix:
cc: ['10', '11', '13']
cc: ['12', '13', '14', '15', '16', '17']
os: [ubuntu-20.04]

runs-on: ${{ matrix.os }}

env:
CC: ccache gcc-${{ matrix.cc }}
CXX: ccache g++-${{ matrix.cc }}
CC: ccache clang-${{ matrix.cc }}
CXX: ccache clang++-${{ matrix.cc }}

steps:
- id: checkout
uses: actions/checkout@v4
- id: setup-gcc
uses: egor-tensin/setup-gcc@v1
uses: egor-tensin/setup-clang@v1
with:
version: ${{matrix.cxx}}
version: ${{matrix.cc}}
- id: cache-ccache
uses: hendrikmuhs/ccache-action@v1
with:
Expand Down

0 comments on commit 9150c83

Please sign in to comment.