view .cirrus.yml @ 21357:72bf1b368cfe v8.2.1229

patch 8.2.1229: build error without the eval feature Commit: https://github.com/vim/vim/commit/6e36b1c18e636549f3424546f2c20101604a2d33 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 17 20:47:51 2020 +0200 patch 8.2.1229: build error without the eval feature Problem: Build error without the eval feature. Solution: Declare starts_with_colon. Make function local.
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Jul 2020 21:00: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