mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-11 01:02:53 -05:00
analysis workflow, add macos.
This commit is contained in:
parent
173efaf743
commit
4650207afd
1 changed files with 13 additions and 8 deletions
21
.github/workflows/analysis_ports.yml
vendored
21
.github/workflows/analysis_ports.yml
vendored
|
|
@ -14,15 +14,20 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- name: GCC on Linux
|
||||
os: ubuntu-latest
|
||||
config: --enable-debug --disable-flto
|
||||
make_test: yes
|
||||
- name: Clang on Linux, clang-analysis
|
||||
os: ubuntu-latest
|
||||
config: "CC=clang --enable-debug --disable-flto"
|
||||
# temporarily commented out to speed up build.
|
||||
# - name: GCC on Linux
|
||||
# os: ubuntu-latest
|
||||
# config: "--enable-debug --disable-flto"
|
||||
# make_test: "yes"
|
||||
# - name: Clang on Linux, clang-analysis
|
||||
# os: ubuntu-latest
|
||||
# config: "CC=clang --enable-debug --disable-flto"
|
||||
# make_test: "yes"
|
||||
# clang_analysis: "yes"
|
||||
- name: macos
|
||||
os: macos-latest
|
||||
config: "--enable-debug --disable-flto"
|
||||
make_test: "yes"
|
||||
clang_analysis: "yes"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue