Fix stripping in travis

This commit is contained in:
Julian Ospald 2020-07-13 21:17:01 +02:00
부모 f2e26c1800
커밋 75cd8f2341
No known key found for this signature in database
GPG 키 ID: 511B62C09D50CD28
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

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