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

16 lines
No EOL
255 B
YAML

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