view .cirrus.yml @ 20611:ac057cd4e5cb v8.2.0859

patch 8.2.0859: no Turkish translation of the manual Commit: https://github.com/vim/vim/commit/f09715bc5c827dab4425736da9024727836997e5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 31 14:25:22 2020 +0200 patch 8.2.0859: no Turkish translation of the manual Problem: No Turkish translation of the manual. Solution: Add Turkish translations. (Emir Sar?, closes https://github.com/vim/vim/issues/5641)
author Bram Moolenaar <Bram@vim.org>
date Sun, 31 May 2020 14:30:05 +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