Ci now uses personal vlang image

main
Jef Roosens 2022-01-10 08:41:39 +01:00
parent aa9602a065
commit aa1b68477f
Signed by untrusted user: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 4 additions and 11 deletions

View File

@ -1,18 +1,11 @@
pipeline:
install-v:
image: 'alpine:latest'
commands:
- apk update
- apk add --no-cache git make build-base
- make customv
lint:
image: 'alpine:latest'
image: 'chewingbever/vlang:latest'
commands:
- jjr-v/v fmt -verify vieter
- v fmt -verify vieter
build:
image: 'alpine:latest'
image: 'chewingbever/vlang:latest'
commands:
- jjr-v/v vieter
- v vieter