greetd/.builds/archlinux.yml
2020-12-22 12:29:48 +01:00

14 lines
299 B
YAML

image: archlinux
packages:
- rust
sources:
- https://git.sr.ht/~kennylevinsen/greetd
tasks:
- rustfmt-check: |
cd greetd
cargo fmt -- --check
- test: |
cd greetd
cargo check --locked --all-targets --all-features
cargo test --locked --all-targets --all-features