Mercurial > vim
view .cirrus.yml @ 18844:217c97e06615 v8.1.2409
patch 8.1.2409: creating the distribution doesn't work as documented
Commit: https://github.com/vim/vim/commit/5f1920ada24904a115232e01f28fc8a6cdd623af
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Dec 7 21:01:43 2019 +0100
patch 8.1.2409: creating the distribution doesn't work as documented
Problem: Creating the distribution doesn't work as documented.
Solution: Adjust name of uninstall binary. Create src/auto directory if
needed.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 07 Dec 2019 21:15:03 +0100 |
parents | 97d534e17874 |
children | 8a6e2b44b08f |
line wrap: on
line source
env: CIRRUS_CLONE_DEPTH: 3 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: # Runtime Indent tests do not work, run only the normal test suite - cd src && make test