mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07: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:
parent
d4f47fe17d
commit
b2fb3614b0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user