Skip to content

Commit

Permalink
Test in CI
Browse files Browse the repository at this point in the history
Test in CI
  • Loading branch information
jiridanek committed Mar 22, 2022
1 parent 8e4e9eb commit a78e8f0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,8 @@ jobs:
working-directory: ${{env.DispatchBuildDir}}
run: ctest -VV -R python-checker

docs:
name: 'Docs (${{ matrix.os }})'
clang:
name: 'Clang (${{ matrix.os }})'
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -563,6 +563,10 @@ jobs:
run: |
sudo add-apt-repository ppa:qpid/testing && sudo apt-get update
- name: Install latest stable Clang
run: |
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
- name: Install Linux build dependencies
if: ${{ runner.os == 'Linux' }}
run: |
Expand All @@ -572,6 +576,8 @@ jobs:
working-directory: ${{env.RouterBuildDir}}
run: >
cmake "${{github.workspace}}" \
"-DCMAKE_C_COMPILER=clang" \
"-DCMAKE_CXX_COMPILER=clang++" \
"-DCMAKE_INSTALL_PREFIX=${InstallPrefix}" \
${RouterCMakeExtraArgs}
Expand Down

0 comments on commit a78e8f0

Please sign in to comment.