Add the thumbv7em-none-eabihf target for Rust

This commit is contained in:
Paul van Tilburg 2019-04-02 15:48:13 +02:00
parent 51328a5378
commit eeb611983a
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Use Rust docker image, see: https://hub.docker.com/_/rust/
image: arm32v7/rust:latest
image: rust:latest
# Add the thumbv7em-none-eabihf target for Rust
before_script:
- rustup target add thumbv7em-none-eabihf
# Defines stages which are to be executed
stages: