Fix stripping in travis

This commit is contained in:
Julian Ospald 2020-07-13 21:17:01 +02:00
vanhempi f2e26c1800
commit 75cd8f2341
No known key found for this signature in database
GPG avaimen ID: 511B62C09D50CD28
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa

Näytä tiedosto

@ -20,5 +20,5 @@ ghcup set 8.8.3
cabal update
cabal build --constraint="zlib static" --constraint="lzma static" -ftui
cp "$(cabal new-exec --verbose=0 --offline sh -- -c 'command -v ghcup')" .
strip -s ghcup
strip ./ghcup
cp ghcup "./${ARTIFACT}"