1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-05-09 20:07:46 +00:00
physis/.build.yml

16 lines
255 B
YAML
Raw Normal View History

2022-07-19 20:08:14 -04:00
image: archlinux
packages:
- rust
- cargo-deny
sources:
- https://git.sr.ht/~redstrate/physis
tasks:
- check: |
cd physis
cargo check
2022-07-27 20:58:21 -04:00
- test: |
cd physis
cargo test
- deny-check: |
cd physis
cargo deny check