view .cirrus.yml @ 20320:e501e32a892f v8.2.0715

patch 8.2.0715: Vim9: leaking memory Commit: https://github.com/vim/vim/commit/cca34aa4bef5327eb4025850045c4c980ef4354b Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 7 22:23:58 2020 +0200 patch 8.2.0715: Vim9: leaking memory Problem: Vim9: leaking memory. Solution: Free strings after concatenating them.
author Bram Moolenaar <Bram@vim.org>
date Thu, 07 May 2020 22:30: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