diff --git a/.cirrus.yml b/.cirrus.yml new file mode 100644 index 00000000000..1f7c0881bae --- /dev/null +++ b/.cirrus.yml @@ -0,0 +1,12 @@ +task: + name: "Cirrus tests" + container: + image: python:slim + + matrix: + - name: FreeBSD + freebsd_instance: + image_family: freebsd-14-0 + + install_script: ./.config/ci/install.sh + test_script: ./.config/ci/test.sh