view .cirrus.yml @ 19621:0d677257e35d v8.2.0367

patch 8.2.0367: can use :pedit in a popup window Commit: https://github.com/vim/vim/commit/3a2505cc183b3c5f4852ae8a945172582fbc650f Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 9 16:40:41 2020 +0100 patch 8.2.0367: can use :pedit in a popup window Problem: Can use :pedit in a popup window. Solution: Disallow it.
author Bram Moolenaar <Bram@vim.org>
date Mon, 09 Mar 2020 16:45:04 +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