~ruther/avr-device

ref: 88a4e55a870ae5a7988b49b9ab48fd3d9cc36b06 avr-device/.travis.yml -rw-r--r-- 434 bytes
88a4e55a — Rahix README: Update dependencies 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