view .cirrus.yml @ 18728:9f1cf1458708 v8.1.2354

patch 8.1.2354: Cirrus CI runs on another repository Commit: https://github.com/vim/vim/commit/31ff2e1b43f5c85fdabfcfce93192405e6e559e2 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 28 20:53:08 2019 +0100 patch 8.1.2354: Cirrus CI runs on another repository Problem: Cirrus CI runs on another repository. Solution: Run Cirrus CI on vim/vim.
author Bram Moolenaar <Bram@vim.org>
date Thu, 28 Nov 2019 21:00:03 +0100
parents 3bc59131171f
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