neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit b2fb3614b05f2c2f5f65e8300f4da548e6095b61
parent d4f47fe17d5168304b73df26a5d8fe3b11832128
Author: Justin M. Keyes <justinkz@gmail.com>
Date:   Thu,  5 May 2022 18:47:53 +0200

Revert "ci(bsd): conditional runs for faster builds" #18437

The change has a syntax error.

This reverts commit 3e3e9c31255cd5c01bce96c68e5b1cf8e26a9f4d.
Diffstat:
M.builds/freebsd.yml | 5-----
M.builds/openbsd.yml | 5-----
2 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml @@ -23,11 +23,6 @@ environment: CMAKE_EXTRA_FLAGS: -DCI_BUILD=ON -DMIN_LOG_LEVEL=3 tasks: -- should-run: | - # exclude runs when the only changes are made to these patterns - if ! git diff --quiet -- '!:.github'; then - complete-build; - fi - build-deps: | cd neovim gmake deps diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml @@ -23,11 +23,6 @@ environment: CMAKE_EXTRA_FLAGS: -DCI_BUILD=ON -DMIN_LOG_LEVEL=3 tasks: -- should-run: | - # exclude runs when the only changes are made to these patterns - if ! git diff --quiet -- '!:.github'; then - complete-build; - fi - build-deps: | export AUTOCONF_VERSION=2.71 export AUTOMAKE_VERSION=1.16