view .cirrus.yml @ 21341:e562f5d1e2a4 v8.2.1221

patch 8.2.1221: memory leak when updating popup window Commit: https://github.com/vim/vim/commit/02f9e6a60f9851046154ccf2ac170f25a0b3cc7d Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 15 18:27:08 2020 +0200 patch 8.2.1221: memory leak when updating popup window Problem: Memory leak when updating popup window. Solution: Clear search highlighting.
author Bram Moolenaar <Bram@vim.org>
date Wed, 15 Jul 2020 18: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