Skip to content

Commit b45a5b6

Browse files
author
Anatol Ulrich
committed
add host build test; rename "crate" to "examples" in others to clarify
1 parent dbd0f6c commit b45a5b6

File tree

1 file changed

+9
-7
lines changed
  • cortex-m-rt/.github/workflows

1 file changed

+9
-7
lines changed

cortex-m-rt/.github/workflows/ci.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)