aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/rust.yml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-06-02 01:30:07 +0200
committerDario Nieuwenhuis <[email protected]>2021-06-02 01:32:19 +0200
commitdff03ecfc74d6af716637888338ebfa99ab7a027 (patch)
treec06bf2b0a2e6657c3427c956dbd27a4e45211aaa /.github/workflows/rust.yml
parenta0c5f7137fe0c45b8db0aad2a116aea91e6a93f7 (diff)
Move examples to a subdirectory
Diffstat (limited to '.github/workflows/rust.yml')
-rw-r--r--.github/workflows/rust.yml16
1 files changed, 9 insertions, 7 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 542107005..3fdc10ab2 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -26,12 +26,10 @@ jobs:
26 - package: embassy 26 - package: embassy
27 target: thumbv6m-none-eabi 27 target: thumbv6m-none-eabi
28 features: defmt 28 features: defmt
29 - package: embassy-std-examples 29
30 target: x86_64-unknown-linux-gnu 30 - package: examples/std
31 - package: embassy-net-examples
32 target: x86_64-unknown-linux-gnu 31 target: x86_64-unknown-linux-gnu
33 - package: embassy-nrf-examples 32
34 target: thumbv7em-none-eabi
35 - package: embassy-nrf 33 - package: embassy-nrf
36 target: thumbv7em-none-eabi 34 target: thumbv7em-none-eabi
37 features: nrf52805 35 features: nrf52805
@@ -59,8 +57,12 @@ jobs:
59 - package: embassy-nrf 57 - package: embassy-nrf
60 target: thumbv7em-none-eabi 58 target: thumbv7em-none-eabi
61 features: nrf52840,defmt 59 features: nrf52840,defmt
62 - package: embassy-rp-examples 60 - package: examples/nrf
61 target: thumbv7em-none-eabi
62
63 - package: examples/rp
63 target: thumbv6m-none-eabi 64 target: thumbv6m-none-eabi
65
64 - package: embassy-stm32 66 - package: embassy-stm32
65 target: thumbv7em-none-eabi 67 target: thumbv7em-none-eabi
66 features: stm32f411ce,defmt 68 features: stm32f411ce,defmt
@@ -76,7 +78,7 @@ jobs:
76 - package: embassy-stm32 78 - package: embassy-stm32
77 target: thumbv6m-none-eabi 79 target: thumbv6m-none-eabi
78 features: stm32l053r8,defmt 80 features: stm32l053r8,defmt
79 - package: embassy-stm32-examples 81 - package: examples/stm32f4
80 target: thumbv7em-none-eabi 82 target: thumbv7em-none-eabi
81 83
82 steps: 84 steps: