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