mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -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
|
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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user