# Copyright (C) 2019 Robin Krahl # SPDX-License-Identifier: CC0-1.0 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