view .cirrus.yml @ 20739:a1b20eb19483 v8.2.0922

patch 8.2.0922: search test fails Commit: https://github.com/vim/vim/commit/48af321a3382008dc642362d3f54bb6a61ff36e4 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 7 17:20:02 2020 +0200 patch 8.2.0922: search test fails Problem: Search test fails. Solution: Remove failure tests for calls that no longer fail.
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Jun 2020 17: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