mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-09 22:03:15 -05:00
analysis workflow, add libevent test, clang macos test.
This commit is contained in:
parent
48a22bfb26
commit
bb0a182125
1 changed files with 13 additions and 2 deletions
15
.github/workflows/analysis_ports.yml
vendored
15
.github/workflows/analysis_ports.yml
vendored
|
|
@ -24,11 +24,22 @@ jobs:
|
|||
# config: "CC=clang --enable-debug --disable-flto"
|
||||
# make_test: "yes"
|
||||
# clang_analysis: "yes"
|
||||
- name: GCC on OS X
|
||||
- name: Clang on Linux, libevent, clang-analysis
|
||||
os: ubuntu-latest
|
||||
config: "CC=clang --enable-debug --disable-flto --with-libevent"
|
||||
make_test: "yes"
|
||||
clang_analysis: "yes"
|
||||
# - name: GCC on OS X
|
||||
# os: macos-latest
|
||||
# install_expat: "yes"
|
||||
# config: "--enable-debug --disable-flto --with-ssl=/usr/local/opt/openssl --with-libexpat=/usr/local/opt/expat"
|
||||
# make_test: "yes"
|
||||
- name: Clang on OS X
|
||||
os: macos-latest
|
||||
install_expat: "yes"
|
||||
config: "--enable-debug --disable-flto --with-ssl=/usr/local/opt/openssl --with-libexpat=/usr/local/opt/expat"
|
||||
config: "CC=clang --enable-debug --disable-flto --with-ssl=/usr/local/opt/openssl --with-libexpat=/usr/local/opt/expat"
|
||||
make_test: "yes"
|
||||
clang_analysis: "yes"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue