~ruther/avr-device

ref: 266ad6c3ed9a158d6faa93be3cde6325ab1f6619 avr-device/.travis.yml -rw-r--r-- 434 bytes
266ad6c3 — Peter Jaszkowiak fix: attiny84 ADCSRA should be read-write 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

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
  - cargo build --all-features
Do not follow this link