mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-21 15:21:05 -05:00
Analysis workflow, fix make target.
This commit is contained in:
parent
7d16b2c268
commit
1b66c5f6e4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/analysis_ports.yml
vendored
4
.github/workflows/analysis_ports.yml
vendored
|
|
@ -233,9 +233,9 @@ jobs:
|
||||||
./configure --enable-debug --enable-static-exe --disable-flto "--with-ssl=$prepath/openssl" --with-libexpat="$prepath/expat"
|
./configure --enable-debug --enable-static-exe --disable-flto "--with-ssl=$prepath/openssl" --with-libexpat="$prepath/expat"
|
||||||
make
|
make
|
||||||
# specific test output
|
# specific test output
|
||||||
make testbound; ./testbound -s
|
make testbound.exe; ./testbound.exe -s
|
||||||
# make testbound; ./testbound.exe -p testdata/acl.rpl -o -vvvv
|
# make testbound; ./testbound.exe -p testdata/acl.rpl -o -vvvv
|
||||||
make testbound; ./testbound.exe -p testdata/auth_nsec3_ent.rpl -o -vvvv
|
make testbound.exe; ./testbound.exe -p testdata/auth_nsec3_ent.rpl -o -vvvv
|
||||||
make test
|
make test
|
||||||
- name: test_android
|
- name: test_android
|
||||||
if: ${{ matrix.test_android == 'yes' }}
|
if: ${{ matrix.test_android == 'yes' }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue