Updated CI configuration

main
Jef Roosens 2022-01-13 13:40:33 +01:00
parent 44ddd57f55
commit eed6ec0644
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,18 @@
pipeline:
vieter:
image: 'chewingbever/vlang:latest'
group: 'build'
commands:
- make vieter
debug:
image: 'chewingbever/vlang:latest'
group: 'build'
commands:
- make debug
prod:
image: 'chewingbever/vlang:latest'
group: 'build'
commands:
- make prod

View File

@ -0,0 +1,5 @@
pipeline:
lint:
image: 'chewingbever/vlang:latest'
commands:
- make fmt