Fixed some errors in CI
Some checks failed
ci/woodpecker/push/arch unknown status
ci/woodpecker/push/docker unknown status
ci/woodpecker/push/build_experimental Pipeline failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
Jef Roosens 2022-04-21 09:58:54 +02:00
parent 15d21e3f1e
commit 0dca7374db
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 18 additions and 3 deletions

View file

@ -9,13 +9,12 @@ matrix:
platform: ${PLATFORM}
pipeline:
# The default build isn't needed, as alpine switches to gcc for the compiler anyways
debug:
image: 'chewingbever/vlang:latest'
pull: true
group: 'build'
commands:
- make debug
- make
when:
event: push
branch:

View file

@ -16,3 +16,14 @@ pipeline:
- du -h afvieter
when:
event: push
skip-unused:
image: 'chewingbever/vlang:latest'
pull: true
group: 'build'
commands:
- make skip-unused
- readelf -d suvieter
- du -h suvieter
when:
event: push