~ruther/avr-device

ref: 694f88b42ee7d27e6d83c07ad8189dbeb19736f0 avr-device/.travis.yml -rw-r--r-- 481 bytes
694f88b4 — Rahix patch: spi: Patch enumerated values for SPI prescaler 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
language: rust
rust:
  - nightly-2020-10-25

cache:
  cargo: true
  pip: true
  directories:
    - /opt/pyenv

install:
  - pyenv install 3.6.3
  - pyenv global 3.6.3
  - python3 -c "__import__('svdtools')" || pip3 install --user svdtools
  - rustup component add rustfmt
  - cargo install form || true
  - cargo install svd2rust || true
  - cargo install atdf2svd || true

script:
  - pyenv global 3.6.3
  - make RUSTUP_TOOLCHAIN=nightly-2020-10-25
  - cargo build --all-features
Do not follow this link