view .cirrus.yml @ 20776:7728e309e013 v8.2.0940

patch 8.2.0940: build failure with tiny features Commit: https://github.com/vim/vim/commit/0ca8b5ba7ba72d739ee15d0d6534aa20f863f3c3 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 9 21:35:36 2020 +0200 patch 8.2.0940: build failure with tiny features Problem: Build failure with tiny features. Solution: Add #ifdef. Add UNUSED. A bit more cleaning up.
author Bram Moolenaar <Bram@vim.org>
date Tue, 09 Jun 2020 21:45: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