forked from vieter-v/vieter
Added base project & start of ci config
This commit is contained in:
commit
d80d320483
2 changed files with 14 additions and 0 deletions
11
.woodpecker.yml
Normal file
11
.woodpecker.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
pipeline:
|
||||
lint:
|
||||
image: 'thevlang/vlang:latest'
|
||||
commands:
|
||||
- v fmt -verify pieter
|
||||
|
||||
build:
|
||||
image: 'thevlang/vlang:latest'
|
||||
commands:
|
||||
- v pieter
|
||||
|
||||
3
pieter/main.v
Normal file
3
pieter/main.v
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println('Hello, world!')
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue