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
8
.github/workflows/build-pr.yml
vendored
8
.github/workflows/build-pr.yml
vendored
@ -25,5 +25,11 @@ jobs:
|
|||||||
- uses: numworks/setup-arm-toolchain@2020-q4
|
- uses: numworks/setup-arm-toolchain@2020-q4
|
||||||
|
|
||||||
# Runs a single command using the runners shell
|
# Runs a single command using the runners shell
|
||||||
- name: Build
|
- name: Build native fw
|
||||||
run: make
|
run: make
|
||||||
|
|
||||||
|
- name: Clean
|
||||||
|
run: make clean
|
||||||
|
|
||||||
|
- name: Build PC hosted binary
|
||||||
|
run: make PROBE_HOST=hosted
|
||||||
|
Loading…
x
Reference in New Issue
Block a user