Skip to content

Commit

Permalink
Switch FreeBSD job to use ghcup
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Oct 22, 2024
1 parent dad32bf commit 7dd564a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ task:
name: FreeBSD
freebsd_instance:
image_family: freebsd-14-0
install_script: pkg install -y ghc hs-cabal-install git
install_script:
- pkg install -y git gmake
- curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_INSTALL_NO_STACK=1 sh
script:
- cabal update
- export PATH="$HOME/.ghcup/bin:$PATH"
- cabal test --test-show-details=direct

task:
Expand Down

0 comments on commit 7dd564a

Please sign in to comment.