language: rust
rust:
- nightly-2020-07-12
cache:
- cargo
addons:
apt:
packages:
- python3-pip
- python3-dev
install:
- rustup component add rustfmt
- cargo install form || true
- cargo install svd2rust || true
- cargo install atdf2svd || true
- python3 -c "__import__('yaml')" || pip3 install --user pyyaml
script:
- make RUSTUP_TOOLCHAIN=nightly-2020-07-12
- cargo build --all-features