k210-hal 0.2.0

HAL for K210 SoC
Documentation
language: rust

env:
  - TARGET=x86_64-unknown-linux-gnu
  - TARGET=riscv64imac-unknown-none-elf

rust:
  - nightly
  - stable

if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)


install:
  - ci/install.sh

script:
  - ci/script.sh

branches:
  only:
    - master
    - staging
    - trying

notifications:
  email:
    on_success: never