CI: added test for new without NEW_NOTHROW

This commit is contained in:
Andrew Tridgell 2024-06-01 16:28:28 +10:00
parent 93f1bb576b
commit 90ab6adebc
2 changed files with 13 additions and 0 deletions

View File

@ -159,6 +159,7 @@ jobs:
CubeOrange-PPP,
SOHW,
Pixhawk6X-PPPGW,
new-check,
]
toolchain: [
chibios,

View File

@ -346,6 +346,18 @@ for t in $CI_BUILD_TARGET; do
continue
fi
if [ "$t" == "new-check" ]; then
echo "Building Pixhawk6X with new check"
$waf configure --board Pixhawk6X --enable-new-checking
$waf clean
$waf
echo "Building Pixhawk6X-PPPGW with new check"
$waf configure --board Pixhawk6X-PPPGW --enable-new-checking
$waf clean
$waf AP_Periph
continue
fi
if [ "$t" == "dds-stm32h7" ]; then
echo "Building with DDS support on a STM32H7"
$waf configure --board Durandal --enable-dds