Mercurial > vim
view .cirrus.yml @ 21433:ad7ffbd3f02f v8.2.1267
patch 8.2.1267: MS-Windows: tests may fail due to $PROMPT value
Commit: https://github.com/vim/vim/commit/2690b5aed8b6b6070430b05dcae296cd9479c942
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Jul 22 18:14:58 2020 +0200
patch 8.2.1267: MS-Windows: tests may fail due to $PROMPT value
Problem: MS-Windows: tests may fail due to $PROMPT value.
Solution: Set $PROMPT for testing. (Taro Muraoka, closes https://github.com/vim/vim/issues/6510)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 22 Jul 2020 18:30:05 +0200 |
parents | 8a6e2b44b08f |
children | 93dae47699fb |
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: - make test