Skip to content

Commit

Permalink
Attempt to add clang17 to gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
a-n-t-h-o-n-y committed Feb 4, 2024
1 parent e7f169a commit 9b72622
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,19 @@ jobs:
cmake .. && make termcaps && make escape.tests.unit && ./tests/escape.tests.unit
# Ubuntu-22 Clang
build-ubuntu22-clang17:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- env:
CC: clang-17
CXX: clang++-17
run: |
sudo apt-get update
mkdir build && cd build
cmake .. && make termcaps && make escape.tests.unit && ./tests/escape.tests.unit
build-ubuntu22-clang14:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 9b72622

Please sign in to comment.