language: rust matrix: include: - rust: nightly env: FEATURES='' ARGS='--release' - rust: nightly env: FEATURES='semihosting' - rust: nightly env: FEATURES='bkpt' script: - "cargo build --target thumbv7em-none-eabihf --features \"$FEATURES\" $ARGS" install: - rustup target add thumbv7em-none-eabihf notifications: email: false