TASK: Add ci dependency to build neovim module
This commit is contained in:
parent
d37ee394cb
commit
8291de0995
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ lint:coding-guideline:
|
|||
test:
|
||||
image: python:3-alpine
|
||||
before_script:
|
||||
- apk add --no-cache gcc
|
||||
- pip install neovim
|
||||
- cd rplugin
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue