view .cirrus.yml @ 21089:d69ead03ba93 v8.2.1096

patch 8.2.1096: Vim9: return type of getqflist() is wrong Commit: https://github.com/vim/vim/commit/f151ad1c70825a91afb112e611db5c712e2656ef Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 30 13:38:01 2020 +0200 patch 8.2.1096: Vim9: return type of getqflist() is wrong Problem: Vim9: return type of getqflist() is wrong. Solution: Let the return type depend on the arguments. Also for getloclist(). (closes #6367)
author Bram Moolenaar <Bram@vim.org>
date Tue, 30 Jun 2020 13:45:06 +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