From 1c5a5e32a05b2a8e5bc96174833f404183e1b6ad Mon Sep 17 00:00:00 2001 From: Koichiro IWAO Date: Thu, 2 Jan 2020 22:39:12 +0900 Subject: [PATCH] FreeBSD CI: switch to image_family, build with multiple SSL library --- .cirrus.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index e489ae66..4ea22a59 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,11 +1,16 @@ FreeBSD_task: + matrix: + env: + SSL: openssl + env: + SSL: libressl matrix: freebsd_instance: - image: freebsd-12-1-release-amd64 + image_family: freebsd-12-1 freebsd_instance: - image: freebsd-11-3-stable-amd64-v20191205 + image_family: freebsd-11-3-snap prepare_script: - - pkg install -y git openssl autoconf automake libtool pkgconf opus jpeg-turbo fdk-aac pixman libX11 libXfixes libXrandr nasm + - pkg install -y $SSL git autoconf automake libtool pkgconf opus jpeg-turbo fdk-aac pixman libX11 libXfixes libXrandr nasm - git submodule update --init --recursive configure_script: - ./bootstrap