Skip to content
Snippets Groups Projects
Commit 904bdad7 authored by Ashley Yakeley's avatar Ashley Yakeley
Browse files

CI: fix FreeBSD

parent e23f2c59
No related branches found
No related tags found
No related merge requests found
......@@ -304,6 +304,4 @@ jobs:
run: |
export PATH=$HOME/.ghcup/bin:$PATH
export PATH=`pwd`/bin:$PATH
pwd
env | sort
build-native ${{matrix.ghc}}
#!/bin/bash -e
#!/usr/bin/env -S bash -e
git clean -dXf
cabal update
......
#!/bin/bash -e
#!/usr/bin/env -S bash -e
ghcup set ghc $1
autoreconf -i
cabal \
......
#!/bin/bash -e
#!/usr/bin/env -S bash -e
autoreconf -i
mcabal install
mkdir -p dist-mcabal/bin
......
#!/bin/bash -e
#!/usr/bin/env -S bash -e
ghcup set ghc $1
autoreconf -i
cabal test --ghc-options='-Werror'
#!/bin/bash -e
#!/usr/bin/env -S bash -e
ghcup set ghc $1
autoreconf -i
if cabal v1-configure --enable-tests;
......
#!/bin/bash -e
#!/usr/bin/env -S bash -e
ghcup set ghc $1
autoreconf -i
source $HOME/.ghc-wasm/env
......
#!/bin/bash -e
#!/usr/bin/env -S bash -e
fourmolu -i -o -XPatternSynonyms \
`find -name '*.hs' -not -path '*.stack-work/*' -not -path '*/dist/*' -not -path '*/dist-newstyle/*' | grep -xvf .format.ignore`
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