Skip to content

Commit

Permalink
Start FreeBSD CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tchoutri committed Jun 25, 2024
1 parent aecc9b8 commit 882158c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,28 @@ jobs:
name: confer-${{ runner.os }}-static-x86_64
path: ${{ env.CONFER_EXEC_TAR }}


build-freebsd-14:
runs-on: ubuntu-latest
needs: ['tests']
name: ${{ matrix.ghc }} on FreeBSD 14
steps:
- uses: actions/checkout@v4
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@v1
with:
usesh: true
prepare: |
pkg install -y curl
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
run: |
prerelease-head:
name: Create a GitHub prerelease with the binary artifacts
runs-on: ubuntu-latest
Expand Down

0 comments on commit 882158c

Please sign in to comment.