view .cirrus.yml @ 26929:9975bd408d6c v8.2.3993

patch 8.2.3993: when recording a change in Select mode char appears twice Commit: https://github.com/vim/vim/commit/c88e977862ba6477a3b5b28706c45f96069a3073 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 3 13:47:50 2022 +0000 patch 8.2.3993: when recording a change in Select mode char appears twice Problem: When recording a change in Select mode the first typed character appears twice. Solution: When putting the character back into typeahead remove it from recorded characters. (closes #9462)
author Bram Moolenaar <Bram@vim.org>
date Mon, 03 Jan 2022 15:00:05 +0100
parents b2660a8bbf36
children 3a4ed4d1080d
line wrap: on
line source

env:
  CIRRUS_CLONE_DEPTH: 3
  FEATURES: huge

freebsd_12_task:
  only_if: $CIRRUS_TAG == ''
  timeout_in: 20m
  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}
  test_script:
    - src/vim --version
      # run tests as user "cirrus" instead of root
    - pw useradd cirrus -m
    - chown -R cirrus:cirrus .
    - sudo -u cirrus make test