From 0bd375da125088ded52f31124b0116a3d5348cee Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Sat, 6 Feb 2021 21:24:05 +0100 Subject: [PATCH] Add build manifest for Arch & put build status badge in README.md --- .builds/arch.yml | 10 ++++++++++ README.md | 4 ++++ 2 files changed, 14 insertions(+) create mode 100644 .builds/arch.yml diff --git a/.builds/arch.yml b/.builds/arch.yml new file mode 100644 index 0000000..a5c89ce --- /dev/null +++ b/.builds/arch.yml @@ -0,0 +1,10 @@ +image: archlinux +packages: + - rust +sources: + - https://git.sr.ht/~tsdh/swayr +tasks: + - build: | + cd swayr + cargo build + cargo clippy diff --git a/README.md b/README.md index c1c446c..1151d15 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,10 @@ and logging are optional. Bugs and requests can be reported [here](https://todo.sr.ht/~tsdh/swayr). +## Build status + +[![builds.sr.ht status](https://builds.sr.ht/~tsdh/swayr.svg)](https://builds.sr.ht/~tsdh/swayr?) + ## License Swayr is licensed under the