mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-28 09:29:20 -05:00
Analysis workflow, find mingw.
This commit is contained in:
parent
3db0c7717c
commit
085ac3c0da
1 changed files with 11 additions and 2 deletions
13
.github/workflows/analysis_ports.yml
vendored
13
.github/workflows/analysis_ports.yml
vendored
|
|
@ -176,9 +176,18 @@ jobs:
|
|||
ls -l 'c:\Program Files' || echo nevermind
|
||||
echo 'Program Files (x86)'
|
||||
ls -l 'c:\Program Files (x86)' || echo nevermind
|
||||
echo '/c/Program Files/OpenSSL'
|
||||
ls -l '/c/Program Files/OpenSSL' || echo nevermind
|
||||
echo '/'
|
||||
ls -l '/' || echo nevermind
|
||||
echo '/mingw64'
|
||||
ls -l '/mingw64' || echo nevermind
|
||||
echo '/mingw64/bin'
|
||||
ls -l '/mingw64/bin' || echo nevermind
|
||||
echo '/Users'
|
||||
ls -l '/Users' || echo nevermind
|
||||
echo PATH="$PATH"
|
||||
find / -name mingw32-make.exe
|
||||
mingw32-configure --enable-debug --enable-static-exe --disable-flto
|
||||
./configure --enable-debug --enable-static-exe --disable-flto
|
||||
make
|
||||
make test
|
||||
- name: test_android
|
||||
|
|
|
|||
Loading…
Reference in a new issue