@@ -64,17 +64,19 @@ jobs:
64
64
override : true
65
65
- name : Install all Rust targets
66
66
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
68
68
run : cargo build --target=thumbv6m-none-eabi --examples
69
- - name : Build crate for thumbv7m-none-eabi
69
+ - name : Build examples for thumbv7m-none-eabi
70
70
run : cargo build --target=thumbv7m-none-eabi --examples
71
- - name : Build crate for thumbv7em-none-eabi
71
+ - name : Build examples for thumbv7em-none-eabi
72
72
run : cargo build --target=thumbv7em-none-eabi --examples
73
- - name : Build crate for thumbv7em-none-eabihf
73
+ - name : Build examples for thumbv7em-none-eabihf
74
74
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
76
76
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
78
78
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
80
80
run : cargo build --target=thumbv8m.main-none-eabihf --examples
81
+ - name : Build crate for host OS
82
+ run : cargo build
0 commit comments