ruwuma/.builds/nightly.yml
2021-04-14 19:20:45 +02:00

14 lines
363 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 nightly --profile minimal -c rustfmt,clippy
rustup default nightly
- test: |
cd ruma
cargo run -p xtask --no-default-features ci nightly