mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
patch 8.1.2354: Cirrus CI runs on another repository
Problem: Cirrus CI runs on another repository. Solution: Run Cirrus CI on vim/vim.
This commit is contained in:
13
.cirrus.yml
13
.cirrus.yml
@ -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
|
||||
|
@ -1,8 +1,8 @@
|
||||

|
||||
|
||||
[](https://travis-ci.org/vim/vim)
|
||||
[](https://travis-ci.org/vim/vim)
|
||||
[](https://ci.appveyor.com/project/chrisbra/vim)
|
||||
[](https://cirrus-ci.com/github/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)
|
||||
|
@ -737,6 +737,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2354,
|
||||
/**/
|
||||
2353,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user