view .cirrus.yml @ 18734:c477006e8857 v8.1.2357

patch 8.1.2357: no test with wrong argument for rand() Commit: https://github.com/vim/vim/commit/68e9e5f7fccb8038cf0ca5b5d95c85a923152f46 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 28 22:55:43 2019 +0100 patch 8.1.2357: no test with wrong argument for rand() Problem: No test with wrong argument for rand(). Solution: Add a test case.
author Bram Moolenaar <Bram@vim.org>
date Thu, 28 Nov 2019 23:00:03 +0100
parents 9f1cf1458708
children 97d534e17874
line wrap: on
line source

env:
  #CIRRUS_CLONE_DEPTH: 1
  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