Skip to content

Commit

Permalink
extend firmware build checks
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilritz authored and bresch committed Aug 7, 2020
1 parent 310b989 commit d7568d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/firmware_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
Firmware-build:
runs-on: ubuntu-latest
container: px4io/px4-dev-base-focal:2020-05-12
container: px4io/px4-dev-nuttx-focal:2020-06-21
env:
GIT_COMMITTER_EMAIL: bot@px4.io
GIT_COMMITTER_NAME: PX4BuildBot
Expand Down Expand Up @@ -41,3 +41,6 @@ jobs:
- name: Build Firmware
working-directory: Firmware
run: make
- name: Build fmu v2 target to check flash size
working-directory: Firmware
run: make px4_fmu-v2_default

0 comments on commit d7568d5

Please sign in to comment.