Compare commits

...

1 Commits
master ... ci

Author SHA1 Message Date
Travis Burtrum 43c8b146a0 CI: Attempt wine lockup fix 2020-01-06 01:24:45 -05:00
1 changed files with 3 additions and 0 deletions

View File

@ -95,6 +95,9 @@ strip *.exe
ls -lah *.exe
file *.exe
# running the test script sometimes locks up wine, I think due to races on creating ~/.wine, so do that first...
$wine ./pegh-windows-amd64-libsodium.exe -h || true
# now test windows binaries against the static ones with wine
# no binfmt here where executing .exe *just works*, so do it hacky way :'(
export TEST_BINS="./pegh.static.openssl ./pegh.static.libsodium-openssl ./pegh.static.libsodium"