Skip to content

Commit

Permalink
Enable building FreeBSD backend on FreeBSD CI
Browse files Browse the repository at this point in the history
While there, switch CI image to FreeBSD 13.3
  • Loading branch information
arrowd authored and ximion committed Apr 16, 2024
1 parent 652afe1 commit 06b0675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ task:
name: "Build (freebsd)"
freebsd_instance:
matrix:
- image_family: freebsd-13-2-snap
- image_family: freebsd-13-3-snap
deps_script:
- env ASSUME_ALWAYS_YES=yes pkg update -f
- env ASSUME_ALWAYS_YES=yes pkg install -y docbook-xsl vala libxslt fontconfig polkit consolekit2
Expand All @@ -11,7 +11,7 @@ task:
build_script:
- meson --auto-features=enabled -Db_colorout=never --buildtype debug -Dlocal_checkout=true -Dlocalstatedir=/var
-Dsystemd=false -Doffline_update=false -Dbash_completion=false -Dbash_command_not_found=false
-Dgstreamer_plugin=false _build
-Dgstreamer_plugin=false -Dpackaging_backend=freebsd _build
- cd _build
- ninja -v all
#test_script:
Expand Down

0 comments on commit 06b0675

Please sign in to comment.