test the riscv32imc-unknown-none-elf target

This commit is contained in:
Jorge Aparicio 2019-12-17 17:06:15 +01:00
parent 44c66a7484
commit ef331612ee

View File

@ -12,6 +12,11 @@ matrix:
rust: stable
if: branch != master
# does not support atomic loads
- env: TARGET=riscv32imc-unknown-none-elf
rust: stable
if: branch != master
# build docs on master
- env: TARGET=x86_64-unknown-linux-gnu
rust: nightly