Patch 8.1.2354
Problem: Cirrus CI runs on another repository.
Solution: Run Cirrus CI on vim/vim.
Files: .cirrus.yml, README.md
*** ../vim-8.1.2353/.cirrus.yml 2019-11-27 21:55:08.813957630 +0100
--- .cirrus.yml 2019-11-28 20:44:53.396695474 +0100
***************
*** 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
--- 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
build_script:
! - NPROC=$(getconf _NPROCESSORS_ONLN)
! - ./configure --with-features=${FEATURES}
! - make -j${NPROC}
! - src/vim --version
test_script:
! - make test
*** ../vim-8.1.2353/README.md 2019-11-27 21:55:08.813957630 +0100
--- README.md 2019-11-28 20:47:31.115951069 +0100
***************
*** 1,8 ****

! [](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)
--- 1,8 ----

! [](https://travis-ci.org/vim/vim)
[](https://ci.appveyor.com/project/chrisbra/vim)
! [](https://cirrus-ci.com/github/vim/vim)
[](https://codecov.io/gh/vim/vim?branch=master)
[](https://scan.coverity.com/projects/vim)
[](https://lgtm.com/projects/g/vim/vim/context:cpp)
*** ../vim-8.1.2353/src/version.c 2019-11-28 20:09:54.601943690 +0100
--- src/version.c 2019-11-28 20:52:27.718539202 +0100
***************
*** 739,740 ****
--- 739,742 ----
{ /* Add new patch number below this line */
+ /**/
+ 2354,
/**/
--
Never eat yellow snow.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/201911281953.xASJrUmD024563%40masaka.moolenaar.net.