1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-05-12 21:17:45 +00:00
physis/.build.yml

17 lines
No EOL
268 B
YAML

image: archlinux
packages:
- rust
- cargo-deny
- unshield
sources:
- https://git.sr.ht/~redstrate/physis
tasks:
- check: |
cd physis
cargo check
- test: |
cd physis
cargo test
- deny-check: |
cd physis
cargo deny check