pipeline: build: image: rust commands: - rustup override set nightly - rustup target add thumbv7m-none-eabi - cargo install flip-link - cargo build --release