mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 03:25:20 +00:00
ci: Add FreeBSD 13
Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
103d019a4f
commit
7f2f7ef23b
@ -423,6 +423,16 @@ x64-freebsd-12-build:
|
|||||||
UPDATE_COMMAND: pkg update
|
UPDATE_COMMAND: pkg update
|
||||||
INSTALL_COMMAND: pkg install -y
|
INSTALL_COMMAND: pkg install -y
|
||||||
|
|
||||||
|
x64-freebsd-13-build:
|
||||||
|
extends: .cirrus_build_job
|
||||||
|
variables:
|
||||||
|
NAME: freebsd-13
|
||||||
|
CIRRUS_VM_INSTANCE_TYPE: freebsd_instance
|
||||||
|
CIRRUS_VM_IMAGE_SELECTOR: image_family
|
||||||
|
CIRRUS_VM_IMAGE_NAME: freebsd-13-0
|
||||||
|
UPDATE_COMMAND: pkg update
|
||||||
|
INSTALL_COMMAND: pkg install -y
|
||||||
|
|
||||||
x64-macos-11-build:
|
x64-macos-11-build:
|
||||||
extends: .cirrus_build_job
|
extends: .cirrus_build_job
|
||||||
variables:
|
variables:
|
||||||
|
13
ci/cirrus/freebsd-13.vars
Normal file
13
ci/cirrus/freebsd-13.vars
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# THIS FILE WAS AUTO-GENERATED
|
||||||
|
#
|
||||||
|
# $ lcitool variables freebsd-13 libvirt
|
||||||
|
#
|
||||||
|
# https://gitlab.com/libvirt/libvirt-ci/-/commit/1d4e10a04c6a0d29302003244a9dc4dc3c9d06f0
|
||||||
|
|
||||||
|
PACKAGING_COMMAND='pkg'
|
||||||
|
CCACHE='/usr/local/bin/ccache'
|
||||||
|
MAKE='/usr/local/bin/gmake'
|
||||||
|
NINJA='/usr/local/bin/ninja'
|
||||||
|
PYTHON='/usr/local/bin/python3'
|
||||||
|
PIP3='/usr/local/bin/pip-3.7'
|
||||||
|
PKGS='augeas avahi bash-completion ca_root_nss ccache cppi curl cyrus-sasl dbus diffutils diskscrub dnsmasq fusefs-libs gettext git glib gmake gnugrep gnutls gsed libpcap libpciaccess libssh libssh2 libxml2 libxslt meson ninja perl5 pkgconf polkit py37-docutils py37-flake8 python3 qemu radvd readline yajl'
|
Loading…
Reference in New Issue
Block a user