aboutsummaryrefslogtreecommitdiff
path: root/.builds/archlinux.yml
blob: 543e93c606128ae5d4b75de33ea8816e75a92c28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
image: archlinux
packages:
  - rust
  - hidapi
  - gcc
sources:
  - https://git.ireas.org/nitrokey-rs
tasks:
  - build: |
      cd nitrokey-rs
      cargo build --release
  - test: |
      cd nitrokey-rs
      cargo test
  - format: |
      cd nitrokey-rs
      cargo fmt -- --check