aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2022-05-05 18:47:53 +0200
committerGitHub <noreply@github.com>2022-05-05 09:47:53 -0700
commitb2fb3614b05f2c2f5f65e8300f4da548e6095b61 (patch)
treec2cd9495b560b594b43a464b58475f0f53705d60
parentd4f47fe17d5168304b73df26a5d8fe3b11832128 (diff)
downloadrneovim-b2fb3614b05f2c2f5f65e8300f4da548e6095b61.tar.gz
rneovim-b2fb3614b05f2c2f5f65e8300f4da548e6095b61.tar.bz2
rneovim-b2fb3614b05f2c2f5f65e8300f4da548e6095b61.zip
Revert "ci(bsd): conditional runs for faster builds" #18437
The change has a syntax error. This reverts commit 3e3e9c31255cd5c01bce96c68e5b1cf8e26a9f4d.
-rw-r--r--.builds/freebsd.yml5
-rw-r--r--.builds/openbsd.yml5
2 files changed, 0 insertions, 10 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index 9347966a08..2d06b1e685 100644
--- 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
index 7d2e489737..0aaa003820 100644
--- 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