Skip to content

Commit

Permalink
configure test pipeline on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
avsej committed Mar 14, 2024
1 parent 28f234e commit 52f0cef
Show file tree
Hide file tree
Showing 13 changed files with 824 additions and 24 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
sudo bash -c "echo 'deb https://apt.llvm.org/focal/ llvm-toolchain-focal-11 main' >> /etc/apt/sources.list"
sudo apt-get update -y
sudo apt-get install -y clang-11 clang-tools-11
- uses: hendrikmuhs/[email protected]
with:
max-size: 2G
key: ${{ github.job }}
- name: Run scan build
run: ./bin/check-clang-static-analyzer
env:
Expand Down
Loading

0 comments on commit 52f0cef

Please sign in to comment.