Fix stripping in travis

This commit is contained in:
Julian Ospald 2020-07-13 21:17:01 +02:00
parent f2e26c1800
commit 75cd8f2341
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 511B62C09D50CD28
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni

Vedi File

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