mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
Analysis workflow, show topdir from Makefile.
This commit is contained in:
parent
086e86b7aa
commit
a409f82f58
1 changed files with 4 additions and 1 deletions
5
.github/workflows/analysis_ports.yml
vendored
5
.github/workflows/analysis_ports.yml
vendored
|
|
@ -271,10 +271,13 @@ jobs:
|
|||
sed -e 's/use Pod::Usage//' < Configure > Configure.fix
|
||||
./Configure.fix no-shared no-asm -DOPENSSL_NO_CAPIENG mingw64 --prefix="/$prepath/openssl"
|
||||
make
|
||||
grep INSTALLTOP= Makefile
|
||||
grep DESTDIR= Makefile
|
||||
grep '\d\a' Makefile
|
||||
make install_sw
|
||||
cd ..
|
||||
cd unbound
|
||||
./configure --enable-debug --enable-static-exe --disable-flto "--with-ssl=/c/Program Files/Common Files/SSL"
|
||||
./configure --enable-debug --enable-static-exe --disable-flto "--with-ssl=/$prepath/openssl"
|
||||
make
|
||||
make test
|
||||
- name: test_android
|
||||
|
|
|
|||
Loading…
Reference in a new issue