Skip to content

Commit

Permalink
Adding FreeBSD testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsdz committed Nov 19, 2023
1 parent 9079569 commit 6095645
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,17 @@ jobs:
run: ./configure
- name: Build and test
run: bmake regress
freebsd:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Test in FreeBSD
uses: vmactions/freebsd-vm@v1
with:
usesh: true
prepare: |
pkg install -y curl
run: |
freebsd-version
./configure
make regress

0 comments on commit 6095645

Please sign in to comment.