1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-20 11:47:46 +00:00

Add build manifest

This commit is contained in:
Joshua Goins 2022-07-19 20:08:14 -04:00
parent 389c3fe00b
commit 2feddfbe98

13
.build.yml Normal file
View file

@ -0,0 +1,13 @@
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