You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
478 B
YAML

# Copyright (C) 2020 Robin Krahl <robin.krahl@ireas.org>
# SPDX-License-Identifier: CC0-1.0
image: archlinux
packages:
- rustup
sources:
- https://git.sr.ht/~ireas/rusty-man
tasks:
- setup: |
rustup set profile minimal
rustup default 1.40.0
- version: |
rustc -V
- build: |
cd rusty-man
cargo build --release
- test: |
cd rusty-man
cargo test
triggers:
- action: email
condition: failure
to: robin.krahl@ireas.org