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
|
sed -e 's/use Pod::Usage//' < Configure > Configure.fix
|
||||||
./Configure.fix no-shared no-asm -DOPENSSL_NO_CAPIENG mingw64 --prefix="/$prepath/openssl"
|
./Configure.fix no-shared no-asm -DOPENSSL_NO_CAPIENG mingw64 --prefix="/$prepath/openssl"
|
||||||
make
|
make
|
||||||
|
grep INSTALLTOP= Makefile
|
||||||
|
grep DESTDIR= Makefile
|
||||||
|
grep '\d\a' Makefile
|
||||||
make install_sw
|
make install_sw
|
||||||
cd ..
|
cd ..
|
||||||
cd unbound
|
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
|
||||||
make test
|
make test
|
||||||
- name: test_android
|
- name: test_android
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue