view .cirrus.yml @ 20377:f1956699a8e4 v8.2.0744

patch 8.2.0744: the name vim is not capatilized in a message Commit: https://github.com/vim/vim/commit/9e6ba8cbef2b2363f1d0a0e2c2a8d21c3b987416 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 12 22:21:26 2020 +0200 patch 8.2.0744: the name vim is not capatilized in a message Problem: The name vim is not capatilized in a message. Solution: Use "Vim" instead of "vim".
author Bram Moolenaar <Bram@vim.org>
date Tue, 12 May 2020 22:30: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