Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
Patch 8.1.2354
10 views
Skip to first unread message
Bram Moolenaar
unread,
Nov 28, 2019, 2:53:37 PM
11/28/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim...@googlegroups.com
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 -- Br...@Moolenaar.net --
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
///
Reply all
Reply to author
Forward
0 new messages