~ruther/avr-device

ref: f7089edfb0e59c598184e1ad8f783995d7f15dec avr-device/.travis.yml -rw-r--r-- 427 bytes
f7089edf — Andrew Dona-Couch ATtiny85 TC0 patch also applies to ATtiny84 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-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
Do not follow this link