gd32vf103xx-hal 0.4.0

HAL for GD32VF103 microcontrollers
Documentation
language: rust

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

rust:
  - nightly
  - stable

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


install:
  - rustup target add $TARGET

script:
  - cargo check --target $TARGET


branches:
  only:
    - master
    - staging
    - trying

notifications:
  email:
    on_success: never