From 2fdf896fbdd338ba6b4244c47b10dcd4067552e0 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 12 Feb 2024 23:58:51 +0800 Subject: [PATCH] Begone travis --- .travis/build.sh | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100755 .travis/build.sh diff --git a/.travis/build.sh b/.travis/build.sh deleted file mode 100755 index ab1a940..0000000 --- a/.travis/build.sh +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh - -set -ex - -mkdir -p ~/.ghcup/bin -curl -sSfL https://downloads.haskell.org/~ghcup/x86_64-apple-darwin-ghcup > ~/.ghcup/bin/ghcup -chmod +x ~/.ghcup/bin/ghcup - -export PATH="$HOME/.ghcup/bin:$PATH" - -ghcup install 8.10.4 -ghcup install-cabal 3.4.0.0 -ghcup set 8.10.4 - - -## install ghcup - -cabal update - -( - cd /tmp - cabal install --installdir="$HOME"/.ghcup/bin hspec-discover -) - -cabal build --constraint="zlib +static" --constraint="lzma +static" -ftui -cp "$(cabal new-exec --verbose=0 --offline sh -- -c 'command -v ghcup')" . -strip ./ghcup -cp ghcup "./${ARTIFACT}"