The pull request github action now also builds hosted.
This will help catch some more build errors.
This commit is contained in:
parent
4fe8fd8944
commit
0d97871893
|
@ -25,5 +25,11 @@ jobs:
|
|||
- uses: numworks/setup-arm-toolchain@2020-q4
|
||||
|
||||
# Runs a single command using the runners shell
|
||||
- name: Build
|
||||
- name: Build native fw
|
||||
run: make
|
||||
|
||||
- name: Clean
|
||||
run: make clean
|
||||
|
||||
- name: Build PC hosted binary
|
||||
run: make PROBE_HOST=hosted
|
||||
|
|
Loading…
Reference in New Issue