view .cirrus.yml @ 20605:503886f64d5f v8.2.0856

patch 8.2.0856: CTRL-S stops output Commit: https://github.com/vim/vim/commit/928eec649b8af389de0fdb7aba2034d27df3e058 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 31 13:09:47 2020 +0200 patch 8.2.0856: CTRL-S stops output Problem: CTRL-S stops output. Solution: Invert the IXON flag. (closes https://github.com/vim/vim/issues/6166)
author Bram Moolenaar <Bram@vim.org>
date Sun, 31 May 2020 13:15:04 +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