@@ -64,17 +64,19 @@ jobs:
6464 override : true
6565 - name : Install all Rust targets
6666 run : rustup target install thumbv6m-none-eabi thumbv7m-none-eabi thumbv7em-none-eabi thumbv7em-none-eabihf thumbv8m.base-none-eabi thumbv8m.main-none-eabi thumbv8m.main-none-eabihf
67- - name : Build crate for thumbv6m-none-eabi
67+ - name : Build examples for thumbv6m-none-eabi
6868 run : cargo build --target=thumbv6m-none-eabi --examples
69- - name : Build crate for thumbv7m-none-eabi
69+ - name : Build examples for thumbv7m-none-eabi
7070 run : cargo build --target=thumbv7m-none-eabi --examples
71- - name : Build crate for thumbv7em-none-eabi
71+ - name : Build examples for thumbv7em-none-eabi
7272 run : cargo build --target=thumbv7em-none-eabi --examples
73- - name : Build crate for thumbv7em-none-eabihf
73+ - name : Build examples for thumbv7em-none-eabihf
7474 run : cargo build --target=thumbv7em-none-eabihf --examples
75- - name : Build crate for thumbv8m.base-none-eabi
75+ - name : Build examples for thumbv8m.base-none-eabi
7676 run : cargo build --target=thumbv8m.base-none-eabi --examples
77- - name : Build crate for thumbv8m.main-none-eabi
77+ - name : Build examples for thumbv8m.main-none-eabi
7878 run : cargo build --target=thumbv8m.main-none-eabi --examples
79- - name : Build crate for thumbv8m.main-none-eabihf
79+ - name : Build examples for thumbv8m.main-none-eabihf
8080 run : cargo build --target=thumbv8m.main-none-eabihf --examples
81+ - name : Build crate for host OS
82+ run : cargo build
0 commit comments