]> granicus.if.org Git - vim/commitdiff
patch 8.1.2354: Cirrus CI runs on another repository v8.1.2354
authorBram Moolenaar <Bram@vim.org>
Thu, 28 Nov 2019 19:53:08 +0000 (20:53 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 28 Nov 2019 19:53:08 +0000 (20:53 +0100)
Problem:    Cirrus CI runs on another repository.
Solution:   Run Cirrus CI on vim/vim.

.cirrus.yml
README.md
src/version.c

index 0e4a3d64a3ae662993ffcf0de6b7a7ab9ab5ceb0..2aae80e39992bb8745f63fd22bd1435bbad49ca0 100644 (file)
@@ -1,9 +1,16 @@
+env:
+  #CIRRUS_CLONE_DEPTH: 1
+  FEATURES: huge
+
 freebsd_12_task:
   freebsd_instance:
     image: freebsd-12-1-release-amd64
   install_script:
-    pkg install -y gettext gmake
+    pkg install -y gettext
   build_script:
-    - gmake
+    - NPROC=$(getconf _NPROCESSORS_ONLN)
+    - ./configure --with-features=${FEATURES}
+    - make -j${NPROC}
+    - src/vim --version
   test_script:
-    - gmake test
+    - make test
index 949b0a6b06ce2a1cd197f688c46de7ee9872e077..c14c31869e66c7a05b777af4b435058414cae83e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
 ![Vim Logo](https://github.com/vim/vim/blob/master/runtime/vimlogo.gif)
 
-[![Build Status](https://travis-ci.org/vim/vim.svg?branch=master)](https://travis-ci.org/vim/vim)
+[![Travis 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)
+[![Cirrus Build Status](https://api.cirrus-ci.com/github/vim/vim.svg)](https://cirrus-ci.com/github/vim/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 0e2f7faf2474353ab4518279960c502059a8737d..b3b48d4867aeaf9a3eac0647806999dc2065ac8b 100644 (file)
@@ -737,6 +737,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2354,
 /**/
     2353,
 /**/