]> granicus.if.org Git - vim/commitdiff
patch 8.1.2352: CI doesn't cover FreeBSD v8.1.2352
authorBram Moolenaar <Bram@vim.org>
Wed, 27 Nov 2019 20:55:41 +0000 (21:55 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 27 Nov 2019 20:55:41 +0000 (21:55 +0100)
Problem:    CI doesn't cover FreeBSD.
Solution:   Configure Cirrus-CI. (Christian Brabandt, closes #5273)

.cirrus.yml [new file with mode: 0644]
README.md
src/version.c

diff --git a/.cirrus.yml b/.cirrus.yml
new file mode 100644 (file)
index 0000000..0e4a3d6
--- /dev/null
@@ -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
index c285ed4be039b75d6ff39009ddcbafaecc01b499..949b0a6b06ce2a1cd197f688c46de7ee9872e077 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
 
 [![Build Status](https://travis-ci.org/vim/vim.svg?branch=master)](https://travis-ci.org/vim/vim)
 [![Appveyor Build status](https://ci.appveyor.com/api/projects/status/o2qht2kjm02sgghk?svg=true)](https://ci.appveyor.com/project/chrisbra/vim)
+[![Build Status](https://api.cirrus-ci.com/github/chrisbra/vim.svg)](https://cirrus-ci.com/github/chrisbra/vim)
 [![Coverage Status](https://codecov.io/gh/vim/vim/coverage.svg?branch=master)](https://codecov.io/gh/vim/vim?branch=master)
 [![Coverity Scan](https://scan.coverity.com/projects/241/badge.svg)](https://scan.coverity.com/projects/vim)
 [![Language Grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/vim/vim.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/vim/vim/context:cpp)
index ce3b7315686aed6dd212ab0eb89b50eb61a3d161..4c7c3808bd26e9ad294aa63359333ae6ac61b1f5 100644 (file)
@@ -737,6 +737,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2352,
 /**/
     2351,
 /**/