view .cirrus.yml @ 19838:4403ab355d5e v8.2.0475

patch 8.2.0475: channel out_cb test still fails sometimes on Mac Commit: https://github.com/vim/vim/commit/bf54dbeb5ccd2cfb9cc0687fd71ac3b3eddce0da Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 29 16:18:58 2020 +0200 patch 8.2.0475: channel out_cb test still fails sometimes on Mac Problem: Channel out_cb test still fails sometimes on Mac. Solution: Use an ever longer timeout.
author Bram Moolenaar <Bram@vim.org>
date Sun, 29 Mar 2020 16:30: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