# Copyright (C) 2019 Robin Krahl # 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