Skip to content

Commit

Permalink
FreeBSD CI. (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjp41 authored Nov 8, 2023
1 parent 7d88f4d commit a781f96
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,20 +129,18 @@ jobs:
# Build each combination of OS, version, and release/debug variants
# FreeBSD and OpenBSD run on xhyve, netbsd needs qemu
os:
- version: '13.1'
dependencies: pkg ins -y cmake ninja
- version: '12.3'
- version: '13.2'
dependencies: pkg ins -y cmake ninja
build-type: [ Release, Debug ]
# Don't abort runners if a single one fails
fail-fast: false
# Kill these jobs if they take too long.
timeout-minutes: 25
runs-on: macos-latest
runs-on: ubuntu-22.04
name: FreeBSD-${{ matrix.os.version}} ${{ matrix.build-type }}
steps:
- uses: actions/checkout@v3
- uses: vmactions/freebsd-vm@v0
- uses: vmactions/freebsd-vm@v1
with:
release: ${{ matrix.os.version}}
usesh: true
Expand All @@ -166,7 +164,7 @@ jobs:
- version: '9.2'
dependencies: |
pkg_add cmake ninja-build gcc10
build-type: [ Release, Debug ]
build-type: [ Release ]
# Don't abort runners if a single one fails
fail-fast: false
# Kill these jobs if they take too long.
Expand Down

0 comments on commit a781f96

Please sign in to comment.