ci: build application using twister
Twister is more useful in a CI context because we can easily test multiple combinations of the firmware using a single command. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
aff3056ed5
commit
27bc3ea258
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
- name: Build firmware
|
- name: Build firmware
|
||||||
working-directory: example-application
|
working-directory: example-application
|
||||||
run: |
|
run: |
|
||||||
west build -b custom_plank app
|
west twister -T app -v --inline-logs --integration
|
||||||
|
|
||||||
- name: Twister Tests
|
- name: Twister Tests
|
||||||
working-directory: example-application
|
working-directory: example-application
|
||||||
|
|
Loading…
Reference in a new issue