forked from vieter-v/vieter
Added experimental builds to CI
This commit is contained in:
parent
c8fc683384
commit
cd8fd78616
2 changed files with 43 additions and 3 deletions
25
.woodpecker/.build_experimental.yml
Normal file
25
.woodpecker/.build_experimental.yml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# These builds are not important for the project, but might be valuable for
|
||||
# fixing bugs in the V compiler.
|
||||
|
||||
platform: linux/amd64
|
||||
branches:
|
||||
exclude: [master, dev]
|
||||
|
||||
pipeline:
|
||||
autofree:
|
||||
image: 'chewingbever/vlang:latest'
|
||||
pull: true
|
||||
group: 'build'
|
||||
commands:
|
||||
- make autofree
|
||||
when:
|
||||
event: push
|
||||
|
||||
skip-unused:
|
||||
image: 'chewingbever/vlang:latest'
|
||||
pull: true
|
||||
group: 'build'
|
||||
commands:
|
||||
- make skip-unused
|
||||
when:
|
||||
event: push
|
||||
Loading…
Add table
Add a link
Reference in a new issue