The pull request github action now also builds hosted.

This will help catch some more build errors.
This commit is contained in:
Piotr Esden-Tempski 2022-03-14 21:46:15 -07:00
parent 4fe8fd8944
commit 0d97871893
1 changed files with 7 additions and 1 deletions

View File

@ -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