aboutsummaryrefslogtreecommitdiff
path: root/.builds/archlinux.yml
blob: 6cc8684261e73be9a5550345fa37c4df4182d3ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright (C) 2019 Robin Krahl <robin.krahl@ireas.org>
# SPDX-License-Identifier: MIT
image: archlinux
packages:
  - rust
  - hidapi
  - gcc
sources:
  - https://git.sr.ht/~ireas/nitrokey-rs
tasks:
  - build: |
      cd nitrokey-rs
      cargo build --release
  - test: |
      cd nitrokey-rs
      cargo test
triggers:
  - action: email
    condition: failure
    to: nitrokey-rs-dev <nitrokey-rs-dev@ireas.org>