rtic-core 0.3.0

Core abstractions of the Real-Time Interrupt-driven Concurrency framework
Documentation
language: rust

matrix:
  include:
      # MSRV
    - env: TARGET=x86_64-unknown-linux-gnu
      rust: 1.36.0

    - env: TARGET=x86_64-unknown-linux-gnu
      rust: stable

    - env: TARGET=x86_64-unknown-linux-gnu
      rust: nightly

before_install: set -e

script:
  - bash ci/script.sh

after_script: set +e

cache: cargo

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

branches:
  only:
    - staging
    - trying

notifications:
  email:
    on_success: never