Mercurial > vim
view .cirrus.yml @ 20980:a51ce93f3e6c v8.2.1041
patch 8.2.1041: test summary is missing executed count
Commit: https://github.com/vim/vim/commit/7eaafe65eef88493c789b160914c8e2e8e42d4a7
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jun 22 22:10:06 2020 +0200
patch 8.2.1041: test summary is missing executed count
Problem: Test summary is missing executed count.
Solution: Adjust pattern used for counting.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 22 Jun 2020 22:15:03 +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