garbage/.build.yml

13 lines
191 B
YAML
Raw Normal View History

2020-05-28 01:03:17 +00:00
image: alpine/edge
packages:
- rustup
sources:
- https://git.sr.ht/~iptq/garbage
tasks:
- setup: |
2020-05-28 01:06:59 +00:00
rustup-init -q default nightly
2020-05-28 01:03:17 +00:00
- build: |
cd garbage
cargo build