view .cirrus.yml @ 19898:648752e0d579 v8.2.0505

patch 8.2.0505: term_getty() not sufficiently tested Commit: https://github.com/vim/vim/commit/01603a9970421272621f7c1ecdc560b522c92e61 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 3 12:56:17 2020 +0200 patch 8.2.0505: term_getty() not sufficiently tested Problem: term_getty() not sufficiently tested. Solution: Add more asserts. (Dominique Pelle, closes https://github.com/vim/vim/issues/5877)
author Bram Moolenaar <Bram@vim.org>
date Fri, 03 Apr 2020 13:00:04 +0200
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