Added experimental builds to CI

This commit is contained in:
Jef Roosens 2022-04-14 23:15:19 +02:00
parent c8fc683384
commit cd8fd78616
Signed by untrusted user: Jef Roosens
GPG key ID: B75D4F293C7052DB
2 changed files with 43 additions and 3 deletions

View 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