diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-11-27 21:55:41 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-11-27 21:55:41 +0100 |
commit | ea599a65ee577efb1b997fc89d214fcf1e7355e0 (patch) | |
tree | 84121cdc0499bb78b8fb78e332197f33f254c066 /.cirrus.yml | |
parent | 92e25ab2df03756bbb8523cf871db29fe8819c13 (diff) | |
download | vim-git-ea599a65ee577efb1b997fc89d214fcf1e7355e0.tar.gz |
patch 8.1.2352: CI doesn't cover FreeBSDv8.1.2352
Problem: CI doesn't cover FreeBSD.
Solution: Configure Cirrus-CI. (Christian Brabandt, closes #5273)
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml new file mode 100644 index 000000000..0e4a3d64a --- /dev/null +++ b/.cirrus.yml @@ -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 |