mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-10 06:13:20 -05:00
analysis workflow, install libevent for test.
This commit is contained in:
parent
bb0a182125
commit
8ce44a4006
1 changed files with 4 additions and 0 deletions
4
.github/workflows/analysis_ports.yml
vendored
4
.github/workflows/analysis_ports.yml
vendored
|
|
@ -26,6 +26,7 @@ jobs:
|
|||
# clang_analysis: "yes"
|
||||
- name: Clang on Linux, libevent, clang-analysis
|
||||
os: ubuntu-latest
|
||||
install_libevent: "yes"
|
||||
config: "CC=clang --enable-debug --disable-flto --with-libevent"
|
||||
make_test: "yes"
|
||||
clang_analysis: "yes"
|
||||
|
|
@ -45,6 +46,9 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: false
|
||||
- name: install libevent
|
||||
if: ${{ matrix.install_libevent == 'yes' }}
|
||||
run: apt-get install libevent-dev
|
||||
- name: install expat
|
||||
if: ${{ matrix.install_expat == 'yes' }}
|
||||
run: brew install expat
|
||||
|
|
|
|||
Loading…
Reference in a new issue