Analysis workflow, show topdir from Makefile.

This commit is contained in:
W.C.A. Wijngaards 2021-06-24 18:40:14 +02:00
parent 086e86b7aa
commit a409f82f58

View file

@ -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