mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-03 20:29:28 -05:00
analysis workflow, macos openssl install location.
This commit is contained in:
parent
4650207afd
commit
61f8b687ef
1 changed files with 1 additions and 6 deletions
7
.github/workflows/analysis_ports.yml
vendored
7
.github/workflows/analysis_ports.yml
vendored
|
|
@ -26,18 +26,13 @@ jobs:
|
|||
# clang_analysis: "yes"
|
||||
- name: macos
|
||||
os: macos-latest
|
||||
config: "--enable-debug --disable-flto"
|
||||
config: "--enable-debug --disable-flto --with-ssl=/usr/local/opt/openssl"
|
||||
make_test: "yes"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: false
|
||||
- name: checks
|
||||
run: |
|
||||
echo ${{ matrix.config }}
|
||||
echo ${{ matrix.make_test }}
|
||||
echo ${{ matrix.clang_analysis }}
|
||||
- name: configure
|
||||
run: ./configure ${{ matrix.config }}
|
||||
- name: make
|
||||
|
|
|
|||
Loading…
Reference in a new issue