Patch 8.1.2354

10 views
Skip to first unread message

Bram Moolenaar

unread,
Nov 28, 2019, 2:53:37 PM11/28/19
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 ****
![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)
[![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)
--- 1,8 ----
![Vim Logo](https://github.com/vim/vim/blob/master/runtime/vimlogo.gif)

! [![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)
! [![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)
*** ../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