forked from vieter-v/vieter
Updated CI configuration
This commit is contained in:
parent
44ddd57f55
commit
eed6ec0644
2 changed files with 23 additions and 0 deletions
18
.woodpecker/.build.yml
Normal file
18
.woodpecker/.build.yml
Normal 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
|
||||
5
.woodpecker/.lint.yml
Normal file
5
.woodpecker/.lint.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
pipeline:
|
||||
lint:
|
||||
image: 'chewingbever/vlang:latest'
|
||||
commands:
|
||||
- make fmt
|
||||
Loading…
Add table
Add a link
Reference in a new issue