CI: added CubeOrange-PPP build test
This commit is contained in:
parent
229a527fed
commit
eb6c62f319
3
.github/workflows/test_chibios.yml
vendored
3
.github/workflows/test_chibios.yml
vendored
@ -155,7 +155,8 @@ jobs:
|
||||
CubeRedPrimary-bootloader,
|
||||
configure-all,
|
||||
build-options-defaults-test,
|
||||
signing
|
||||
signing,
|
||||
CubeOrange-PPP,
|
||||
]
|
||||
toolchain: [
|
||||
chibios,
|
||||
|
@ -325,6 +325,14 @@ for t in $CI_BUILD_TARGET; do
|
||||
continue
|
||||
fi
|
||||
|
||||
if [ "$t" == "CubeOrange-PPP" ]; then
|
||||
echo "Building CubeOrange-PPP"
|
||||
$waf configure --board CubeOrange --enable-ppp
|
||||
$waf clean
|
||||
$waf copter
|
||||
continue
|
||||
fi
|
||||
|
||||
if [ "$t" == "dds-stm32h7" ]; then
|
||||
echo "Building with DDS support on a STM32H7"
|
||||
$waf configure --board Durandal --enable-dds
|
||||
|
Loading…
Reference in New Issue
Block a user