view .cirrus.yml @ 21160:1a393685e7ce v8.2.1131

patch 8.2.1131: Vim9: error message for returning a value is not clear Commit: https://github.com/vim/vim/commit/05a5551a86e013e35d1dfa10fd0d811c587f9c88 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 5 15:52:19 2020 +0200 patch 8.2.1131: Vim9: error message for returning a value is not clear Problem: Vim9: error message for returning a value in a function that does not return anything is not clear. Solution: Add a specific message.
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Jul 2020 16:00: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