patch 8.1.2352: CI doesn't cover FreeBSD

Problem:    CI doesn't cover FreeBSD.
Solution:   Configure Cirrus-CI. (Christian Brabandt, closes #5273)
This commit is contained in:
Bram Moolenaar
2019-11-27 21:55:41 +01:00
parent 92e25ab2df
commit ea599a65ee
3 changed files with 12 additions and 0 deletions

9
.cirrus.yml Normal file
View File

@ -0,0 +1,9 @@
freebsd_12_task:
freebsd_instance:
image: freebsd-12-1-release-amd64
install_script:
pkg install -y gettext gmake
build_script:
- gmake
test_script:
- gmake test