From: Ed Maste <emaste@xxxxxxxxxxx> Cirrus-CI is relatively unique among hosted CI providers in supporting FreeBSD (in addition to Linux, Windows, and macOS). Add a Cirrus-CI config to facilitate building and testing on FreeBSD. Signed-off-by: Ed Maste <emaste@xxxxxxxxxxx> --- 6 i18n tests are currently failing and need investigation. Example result: https://cirrus-ci.com/task/5394512637067264 Test log: https://api.cirrus-ci.com/v1/task/5394512637067264/logs/test.log .cirrus.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .cirrus.yml diff --git a/.cirrus.yml b/.cirrus.yml new file mode 100644 index 0000000000..47d871ded5 --- /dev/null +++ b/.cirrus.yml @@ -0,0 +1,12 @@ +env: + CIRRUS_CLONE_DEPTH: 1 + +freebsd_12_task: + freebsd_instance: + image: freebsd-12-1-release-amd64 + install_script: + pkg install -y gettext gmake perl5 + build_script: + - gmake + test_script: + - gmake test -- 2.24.0