Skip to content

Commit

Permalink
Use the clang 15.0.6 binaries for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rseac committed Mar 13, 2024
1 parent b96ff03 commit 14b75ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-using-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
# Runs a set of commands using the runners shell
- name: Build systemc-clang and run tests
run: |
git config --global --add safe.directory /systemc-clang
cd /systemc-clang-build
cmake /systemc-clang -DHDL=ON -DENABLE_TESTS=ON -DENABLE_VERILOG_TESTS=ON -G Ninja && ninja && ctest -j4
# Debug the Verilog tests.
Expand All @@ -44,5 +45,7 @@ jobs:
- uses: actions/checkout@v2
- name: Run doxygen
run: |
git config --global --add safe.directory /systemc-clang
git config --global --add safe.directory /systemc-clang/tests/data/verilog-conversion
cd /systemc-clang-build
cmake /systemc-clang -DHDL=ON -DENABLE_TESTS=ON -DENABLE_VERILOG_TESTS=ON -DBUILD_DOC=ON -G Ninja && ninja docs

0 comments on commit 14b75ef

Please sign in to comment.