view .cirrus.yml @ 20336:2fd980fb9ab3 v8.2.0723

patch 8.2.0723: Vim9: nested constant expression not evaluated compile time Commit: https://github.com/vim/vim/commit/1c74721233dac057778f9aef9ae20f49d934ec22 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 9 18:28:34 2020 +0200 patch 8.2.0723: Vim9: nested constant expression not evaluated compile time Problem: Vim9: nested constant expression not evaluated compile time. Solution: Use compile_expr1() for parenthesis.
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 May 2020 18:30:03 +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