9 lines
200 B
YAML
9 lines
200 B
YAML
|
pipeline:
|
||
|
build:
|
||
|
image: rust
|
||
|
commands:
|
||
|
- rustup override set nightly
|
||
|
- rustup target add thumbv7m-none-eabi
|
||
|
- cargo install flip-link
|
||
|
- cargo build --release
|