ci: Build both arch and alpine
This commit is contained in:
11
.builds/alpine.yml
Normal file
11
.builds/alpine.yml
Normal 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
|
@@ -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
|
Reference in New Issue
Block a user