File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -138,3 +138,26 @@ jobs:
138
138
cabal bench
139
139
env :
140
140
HOMEBREW_CHANGE_ARCH_TO_ARM : 1
141
+
142
+ freebsd :
143
+ runs-on : ${{ matrix.os }}
144
+ strategy :
145
+ fail-fast : false
146
+ matrix :
147
+ include :
148
+ - os : [self-hosted, FreeBSD, X64]
149
+ ghc : 9.4.8
150
+ - os : [self-hosted, FreeBSD, X64]
151
+ ghc : 9.6.4
152
+ steps :
153
+ - name : Checkout code
154
+ uses : actions/checkout@v3
155
+
156
+ - name : Run build
157
+ run : |
158
+ pkg install -y curl gcc gmp gmake ncurses perl5 libffi libiconv git bash misc/compat10x misc/compat11x misc/compat12x gmake llvm14
159
+ . .github/scripts/env.sh
160
+ curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_INSTALL_NO_STACK=1 BOOTSTRAP_HASKELL_GHC_VERSION=${{ matrix.ghc }} BOOTSTRAP_HASKELL_ADJUST_BASHRC=yes sh
161
+ cabal test
162
+ cabal bench
163
+
You can’t perform that action at this time.
0 commit comments