From 2feddfbe98aff73360622071f7eac2103aa045bf Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 19 Jul 2022 20:08:14 -0400 Subject: [PATCH] Add build manifest --- .build.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .build.yml diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..09e2bcd --- /dev/null +++ b/.build.yml @@ -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 \ No newline at end of file