ci: Build both arch and alpine

This commit is contained in:
Kenny Levinsen
2020-05-22 02:18:30 +02:00
parent 48ed39e701
commit d602dd10df
2 changed files with 12 additions and 1 deletions

11
.builds/alpine.yml Normal file
View File

@@ -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

View File

@@ -16,4 +16,4 @@ tasks:
- test: | - test: |
cd greetd cd greetd
cargo check --locked --all-targets --all-features cargo check --locked --all-targets --all-features
cargo test --all-targets --all-features cargo test --locked --all-targets --all-features