patch 8.1.2352: CI doesn't cover FreeBSD
Problem: CI doesn't cover FreeBSD.
Solution: Configure Cirrus-CI. (Christian Brabandt, closes #5273)
diff --git a/.cirrus.yml b/.cirrus.yml
new file mode 100644
index 0000000..0e4a3d6
--- /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
diff --git a/README.md b/README.md
index c285ed4..949b0a6 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
[](https://travis-ci.org/vim/vim)
[](https://ci.appveyor.com/project/chrisbra/vim)
+[](https://cirrus-ci.com/github/chrisbra/vim)
[](https://codecov.io/gh/vim/vim?branch=master)
[](https://scan.coverity.com/projects/vim)
[](https://lgtm.com/projects/g/vim/vim/context:cpp)
diff --git a/src/version.c b/src/version.c
index ce3b731..4c7c380 100644
--- a/src/version.c
+++ b/src/version.c
@@ -738,6 +738,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2352,
+/**/
2351,
/**/
2350,