mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
ci(lint): explicity build nvim
“make clint-full” bypasses the normal mechanisms used to communicate build flags in the CI jobs, so explicitly build nvim before running the lint jobs.
This commit is contained in:
parent
34cb26011e
commit
0c4c384ed1
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -67,6 +67,9 @@ jobs:
|
|||||||
~/.ccache
|
~/.ccache
|
||||||
key: lint-${{ hashFiles('cmake/*', '**/CMakeLists.txt', '!third-party/**CMakeLists.txt') }}-${{ github.base_ref }}
|
key: lint-${{ hashFiles('cmake/*', '**/CMakeLists.txt', '!third-party/**CMakeLists.txt') }}-${{ github.base_ref }}
|
||||||
|
|
||||||
|
- name: Build nvim
|
||||||
|
run: ./ci/run_tests.sh build
|
||||||
|
|
||||||
- if: "!cancelled()"
|
- if: "!cancelled()"
|
||||||
name: clint
|
name: clint
|
||||||
run: ./ci/run_lint.sh clint
|
run: ./ci/run_lint.sh clint
|
||||||
|
Loading…
Reference in New Issue
Block a user