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

The change has a syntax error.

This reverts commit 3e3e9c3125.
This commit is contained in:
Justin M. Keyes 2022-05-05 18:47:53 +02:00 committed by GitHub
parent d4f47fe17d
commit b2fb3614b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 10 deletions

View File

@ -23,11 +23,6 @@ environment:
CMAKE_EXTRA_FLAGS: -DCI_BUILD=ON -DMIN_LOG_LEVEL=3 CMAKE_EXTRA_FLAGS: -DCI_BUILD=ON -DMIN_LOG_LEVEL=3
tasks: 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: | - build-deps: |
cd neovim cd neovim
gmake deps gmake deps

View File

@ -23,11 +23,6 @@ environment:
CMAKE_EXTRA_FLAGS: -DCI_BUILD=ON -DMIN_LOG_LEVEL=3 CMAKE_EXTRA_FLAGS: -DCI_BUILD=ON -DMIN_LOG_LEVEL=3
tasks: 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: | - build-deps: |
export AUTOCONF_VERSION=2.71 export AUTOCONF_VERSION=2.71
export AUTOMAKE_VERSION=1.16 export AUTOMAKE_VERSION=1.16