diff --git a/.builds/alpine.yml b/.builds/alpine.yml new file mode 100644 index 0000000..f115045 --- /dev/null +++ b/.builds/alpine.yml @@ -0,0 +1,11 @@ +image: alpine/edge +packages: + - cargo + - linux-pam-dev +sources: + - https://git.sr.ht/~kennylevinsen/greetd +tasks: + - test: | + cd greetd + cargo check --locked --all-targets --all-features + cargo test --locked --all-targets --all-features diff --git a/.build.yml b/.builds/archlinux.yml similarity index 89% rename from .build.yml rename to .builds/archlinux.yml index 197d564..ffa4385 100644 --- a/.build.yml +++ b/.builds/archlinux.yml @@ -16,4 +16,4 @@ tasks: - test: | cd greetd cargo check --locked --all-targets --all-features - cargo test --all-targets --all-features + cargo test --locked --all-targets --all-features