~ruther/avr-device

ref: 7082fe78df878b31dae845314448d641282574be avr-device/.travis.yml -rw-r--r-- 434 bytes
7082fe78 — Rahix ci: Install svdtools 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