# Copyright (C) 2020 Robin Krahl # SPDX-License-Identifier: CC0-1.0 image: archlinux packages: - rustup sources: - https://git.ireas.org/bibdirsync tasks: - setup: | rustup set profile minimal rustup default 1.34.2 - version: | rustc -V - build: | cd bibdirsync cargo build --release - test: | cd bibdirsync cargo test