svd-parser 0.6.0

A CMSIS-SVD file parser
Documentation
dist: trusty
language: rust
services: docker
sudo: required

rust:
  - nightly
  - stable

env: TARGET=x86_64-unknown-linux-gnu

install:
  - sh ci/install.sh
  - source ~/.cargo/env || true

script:
  - sh ci/script.sh

cache: cargo
before_cache:
  - chmod -R a+r $HOME/.cargo

branches:
  only:
    - auto
    - try

notifications:
  email:
    on_success: never