mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-21 04:07:46 +00:00
Add build manifest
This commit is contained in:
parent
389c3fe00b
commit
2feddfbe98
1 changed files with 13 additions and 0 deletions
13
.build.yml
Normal file
13
.build.yml
Normal 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
|
Loading…
Add table
Reference in a new issue