GTubeK/.woodpecker.yml
Midou36O 88f3cae2cf
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline failed
woodpecker fix2
2022-09-12 22:17:14 +01:00

24 lines
495 B
YAML

pipeline:
build:
when:
event: [push, pull_request]
image: ghcr.io/13hannes11/gtk4-rs-docker:latest-appimage
commands:
- cargo update
- cargo build
- cargo test
- echo "Done building!"
gzip:
when:
event: [push]
image: rust:latest
commands:
- mkdir ../artifact
- mv target/debug ../artifact
- tar -c -z -v -f gtubek-dev.tar.gz ../artifact
#upload:
#when:
#event: [push]
#image: