mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
Revert "ci(bsd): conditional runs for faster builds" #18437
The change has a syntax error.
This reverts commit 3e3e9c3125
.
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user