ruwuma/.builds/stable.yml
2021-04-13 18:38:04 +02:00

14 lines
313 B
YAML

image: archlinux
packages:
- rustup
sources:
- https://github.com/ruma/ruma
tasks:
- rustup: |
# We specify --profile minimal because we'd otherwise download docs
rustup toolchain install stable --profile minimal
rustup default stable
- test: |
cd ruma
cargo xtask ci stable