view .cirrus.yml @ 19575:3c0de44077cd v8.2.0344

patch 8.2.0344: ":def" not skipped properly Commit: https://github.com/vim/vim/commit/ab55c6826f9080477fea6d5593f0b77931acfc1d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 1 19:41:43 2020 +0100 patch 8.2.0344: ":def" not skipped properly Problem: ":def" not skipped properly. Solution: Add CMD_def to list of commands the require evaluation even when not being executed.
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Mar 2020 19:45:03 +0100
parents 97d534e17874
children 8a6e2b44b08f
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:
    # Runtime Indent tests do not work, run only the normal test suite
    - cd src && make test