Skip to content

Commit

Permalink
cirrus-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyg committed Jul 12, 2024
1 parent dbf69ef commit 6830a41
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# See: https://cirrus-ci.org/guide/quick-start/
#
env:
CIRRUS_CLONE_DEPTH: 3
WITH_FEATURES:

freebsd_task:
name: FreeBSD
matrix:
- name: FreeBSD 14.1
freebsd_instance:
image_family: freebsd-14-1
timeout_in: 20m
install_script:
- pkg install -y gettext
build_script:
- NPROC=$(getconf _NPROCESSORS_ONLN)
- ./configure ${WITH_FEATURES}
- make -j${NPROC} release
clean_script:
- make release clean

0 comments on commit 6830a41

Please sign in to comment.