forked from vieter-v/vieter
Added deps to ci
This commit is contained in:
parent
c132e6e6ad
commit
8e704a7ddc
2 changed files with 3 additions and 1 deletions
|
|
@ -2,6 +2,8 @@ pipeline:
|
|||
install-v:
|
||||
image: 'alpine:latest'
|
||||
commands:
|
||||
- apk update
|
||||
- apk add --no-cache git make
|
||||
- make customv
|
||||
|
||||
lint:
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -18,4 +18,4 @@ customv:
|
|||
-b vweb-streaming \
|
||||
--single-branch \
|
||||
https://github.com/ChewingBever/v jjr-v
|
||||
make -C jjr-v
|
||||
'$(MAKE)' -C jjr-v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue