# Copyright (C) 2020 Robin Krahl # SPDX-License-Identifier: MIT image: archlinux packages: - rust sources: - https://git.ireas.org/bibdirsync tasks: - build: | cd bibdirsync cargo build --release - test: | cd bibdirsync cargo test