Added deps to ci

main
Jef Roosens 2022-01-09 23:03:51 +01:00
parent c132e6e6ad
commit 8e704a7ddc
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@ pipeline:
install-v:
image: 'alpine:latest'
commands:
- apk update
- apk add --no-cache git make
- make customv
lint:

View File

@ -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