Skip to content
Snippets Groups Projects
Verified Commit ffe00c7b authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Fix travis

parent 43114959
No related branches found
Tags v0.1.14.1
No related merge requests found
Pipeline #34266 passed
...@@ -16,6 +16,12 @@ ghcup set 8.10.4 ...@@ -16,6 +16,12 @@ ghcup set 8.10.4
## install ghcup ## install ghcup
cabal update cabal update
(
cd /tmp
cabal install --installdir="$HOME"/.ghcup/bin hspec-discover
)
cabal build --constraint="zlib +static" --constraint="lzma +static" -ftui cabal build --constraint="zlib +static" --constraint="lzma +static" -ftui
cp "$(cabal new-exec --verbose=0 --offline sh -- -c 'command -v ghcup')" . cp "$(cabal new-exec --verbose=0 --offline sh -- -c 'command -v ghcup')" .
strip ./ghcup strip ./ghcup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment