Skip to content

Commit

Permalink
Update .cirrus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hdholm authored Feb 16, 2024
1 parent 3b56feb commit 6437551
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
task:
skip: !changesInclude('**.md')
freebsd_instance:
matrix:
- image_family: freebsd-13-2
- image_family: freebsd-14-0
- image_family: freebsd-15-0-snap

install_script: pkg install -y meson pkgconf jansson asciidoc jq

script:
- mkdir build && cd build
- meson setup .. --prefix=/usr/local
Expand Down

0 comments on commit 6437551

Please sign in to comment.