~ruther/avr-device

ref: bc80262da6bb63ab43f6c618332ffb020ca557e0 avr-device/.travis.yml -rw-r--r-- 481 bytes
bc80262d — Rahix atmega64: Patch UMSELn fields in USART 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