mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 01:51:00 +03:00
22 lines
587 B
YAML
22 lines
587 B
YAML
|
env:
|
||
|
CIRRUS_CLONE_DEPTH: 1
|
||
|
ARCH: amd64
|
||
|
|
||
|
build_task:
|
||
|
matrix:
|
||
|
freebsd_instance:
|
||
|
image_family: freebsd-12-4
|
||
|
freebsd_instance:
|
||
|
image_family: freebsd-13-2
|
||
|
freebsd_instance:
|
||
|
image_family: freebsd-14-0-snap
|
||
|
prepare_script:
|
||
|
- pkg install -y autoconf automake libtool gettext-runtime gmake ksh93 py39-packaging py39-cffi py39-sysctl
|
||
|
configure_script:
|
||
|
- env MAKE=gmake ./autogen.sh
|
||
|
- env MAKE=gmake ./configure --with-config="user" --with-python=3.9
|
||
|
build_script:
|
||
|
- gmake -j `sysctl -n kern.smp.cpus`
|
||
|
install_script:
|
||
|
- gmake install
|