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

17 lines
268 B
YAML
Raw Normal View History

2022-07-19 20:08:14 -04:00
image: archlinux
packages:
- rust
- cargo-deny
2022-08-06 18:19:01 -04:00
- unshield
2022-07-19 20:08:14 -04:00
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