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:
|
install-v:
|
||||||
image: 'alpine:latest'
|
image: 'alpine:latest'
|
||||||
commands:
|
commands:
|
||||||
|
- apk update
|
||||||
|
- apk add --no-cache git make
|
||||||
- make customv
|
- make customv
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
|
|
|
||||||
2
Makefile
2
Makefile
|
|
@ -18,4 +18,4 @@ customv:
|
||||||
-b vweb-streaming \
|
-b vweb-streaming \
|
||||||
--single-branch \
|
--single-branch \
|
||||||
https://github.com/ChewingBever/v jjr-v
|
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