Skip to content

Commit

Permalink
Add a cirrus config for FreeBSD testing
Browse files Browse the repository at this point in the history
Just on FreeBSD 12.4 & 13.2 for now.
  • Loading branch information
kevans91 committed Nov 16, 2023
1 parent 7caffe6 commit 9c245f9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
build_task:
matrix:
- name: FreeBSD 12
freebsd_instance:
image: freebsd-12-4-release-amd64
- name: FreeBSD 13
freebsd_instance:
image: freebsd-13-2-release-amd64
configure_script:
env CFLAGS="-Werror" ./configure
build_script:
make
smoketest_script:
sh .github/smoke-test.sh

0 comments on commit 9c245f9

Please sign in to comment.