File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -53,18 +53,22 @@ jobs:
53
53
git submodule update --init --jobs 8
54
54
55
55
- name : Hosted Unittests
56
+ if : always()
56
57
run : |
57
58
(cd test && make run-hosted-darwin)
58
59
59
60
- name : Hosted Examples
61
+ if : always()
60
62
run : |
61
63
(cd examples && ../tools/scripts/examples_compile.py linux)
62
64
63
65
- name : Compile STM32 Examples
66
+ if : always()
64
67
run : |
65
68
(cd examples && ../tools/scripts/examples_compile.py nucleo_f031k6 nucleo_f103rb nucleo_f303re nucleo_f411re nucleo_f746zg)
66
69
(cd examples && ../tools/scripts/examples_compile.py nucleo_g071rb nucleo_l031k6 nucleo_l152re nucleo_l476rg nucleo_g474re)
67
70
68
71
- name : Compile AVR Examples
72
+ if : always()
69
73
run : |
70
74
(cd examples && ../tools/scripts/examples_compile.py avr)
Original file line number Diff line number Diff line change 59
59
(cd examples && python ../tools/scripts/examples_compile.py linux/assert linux/block_device linux/build_info linux/git linux/logger linux/printf)
60
60
61
61
- name : Hosted Unittests
62
+ if : always()
62
63
shell : bash
63
64
run : |
64
65
(cd test && make run-hosted-windows)
You can’t perform that action at this time.
0 commit comments