blob: 6fba33afe56b0e5d5e64aae579536df73e9f56ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
image: archlinux
packages:
- rust
- libnitrokey
environment:
USE_SYSTEM_LIBNITROKEY: "1"
sources:
- https://git.sr.ht/~ireas/nitrokey-rs
tasks:
- build: |
cd nitrokey-rs
cargo build --release
- test: |
cd nitrokey-rs
cargo test
- format: |
cd nitrokey-rs
cargo fmt -- --check
triggers:
- action: email
condition: failure
to: nitrokey-rs-dev <nitrokey-rs-dev@ireas.org>
|