Skip to content

Commit 3024514

Browse files
committed
Added travis CI config
Signed-off-by: Daniel Egger <[email protected]>
1 parent 3db793e commit 3024514

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: rust
2+
rust:
3+
- stable
4+
- nightly
5+
cache: cargo
6+
env:
7+
- MCU=stm32f042
8+
matrix:
9+
allow_failures:
10+
- rust: nightly
11+
fast_finish: true
12+
script:
13+
- rustup target add thumbv6m-none-eabi
14+
- cargo build --features=$MCU

0 commit comments

Comments
 (0)