Test freebsd with cirrus-ci

[EB - changed script to use the new 'make check' target]
This commit is contained in:
Roy Storey 2019-08-16 22:55:19 +12:00 committed by Eric Biggers
parent 07cf1a7c87
commit faaad7b33f

8
.cirrus.yml Normal file
View File

@ -0,0 +1,8 @@
task:
freebsd_instance:
matrix:
- image: freebsd-11-2-release-amd64
- image: freebsd-12-0-release-amd64
install_script: pkg install -y gmake
script:
- gmake check