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