aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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