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:
Bram Moolenaar
2019-11-28 20:53:08 +01:00
parent 5708079a6b
commit 31ff2e1b43
3 changed files with 14 additions and 5 deletions

View 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