view .cirrus.yml @ 20994:15ef156a6e75 v8.2.1048

patch 8.2.1048: build failure without the eval feature Commit: https://github.com/vim/vim/commit/9d40c63c7dc8c3eb3886c58dcd334bc7f37eceba Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 24 19:05:29 2020 +0200 patch 8.2.1048: build failure without the eval feature Problem: Build failure without the eval feature. Solution: Add dummy typedef.
author Bram Moolenaar <Bram@vim.org>
date Wed, 24 Jun 2020 19:15: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