vieter/.woodpecker/.build_experimental.yml

30 lines
585 B
YAML
Raw Normal View History

2022-04-14 23:15:19 +02:00
# 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
2022-04-14 23:17:52 +02:00
- readelf -d afvieter
- du -h afvieter
2022-04-14 23:15:19 +02:00
when:
event: push
skip-unused:
image: 'chewingbever/vlang:latest'
pull: true
group: 'build'
commands:
- make skip-unused
2022-04-14 23:17:52 +02:00
- readelf -d suvieter
- du -h suvieter
when:
event: push