Skip to content

Commit

Permalink
CI: test build fmuv3 bootloader in CI
Browse files Browse the repository at this point in the history
fmuv3 and other 16k bootloaders were broken by a recent change
  • Loading branch information
tridge authored and peterbarker committed Oct 5, 2022
1 parent d919a7f commit 6e310f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_chibios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
periph-build,
iofirmware,
CubeOrange-bootloader,
fmuv3-bootloader,
revo-bootloader,
stm32h7-debug,
fmuv3,
Expand Down
8 changes: 8 additions & 0 deletions Tools/scripts/build_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,14 @@ for t in $CI_BUILD_TARGET; do
continue
fi

if [ "$t" == "fmuv3-bootloader" ]; then
echo "Building fmuv3 bootloader"
$waf configure --board fmuv3 --bootloader
$waf clean
$waf bootloader
continue
fi

if [ "$t" == "stm32f7" ]; then
echo "Building mRoX21-777/"
$waf configure --Werror --board mRoX21-777
Expand Down

0 comments on commit 6e310f4

Please sign in to comment.