view .cirrus.yml @ 21491:e3c1e12f062c v8.2.1296

patch 8.2.1296: some part of using 'smarcase' was not tested Commit: https://github.com/vim/vim/commit/d66cdcd43a598825add743bc95642cd8ed705252 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 26 13:27:16 2020 +0200 patch 8.2.1296: some part of using 'smarcase' was not tested Problem: Some part of using 'smarcase' was not tested. Solution: Add more tests. (Dominique Pell?, closes https://github.com/vim/vim/issues/6538)
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Jul 2020 13:30: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