Browse Source

Fix stripping in travis

tags/v0.1.6
Julian Ospald 3 years ago
parent
commit
75cd8f2341
No known key found for this signature in database GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis/build.sh

+ 1
- 1
.travis/build.sh View 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}"

Loading…
Cancel
Save