view .cirrus.yml @ 20345:d636f5e76347 v8.2.0728

patch 8.2.0728: messages about a deadly signal are not left aligned Commit: https://github.com/vim/vim/commit/69212b11d18d9d8951968f6ca88e6ce046c90675 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 10 14:14:03 2020 +0200 patch 8.2.0728: messages about a deadly signal are not left aligned Problem: Messages about a deadly signal are not left aligned. Solution: Output a CR before the NL. (Dominique Pelle, https://github.com/vim/vim/issues/6055)
author Bram Moolenaar <Bram@vim.org>
date Sun, 10 May 2020 14: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