run arm-iar with non-forked PR

This commit is contained in:
hathach
2025-04-17 17:26:36 +07:00
parent 0220852a6e
commit 46d2d4199e
3 changed files with 7 additions and 33 deletions

View File

@@ -30,7 +30,7 @@ jobs:
# only build IAR if not forked PR, since IAR token is not shared
if [ -z $CIRCLE_PR_USERNAME ]; then
BUILDSYSTEM_TOOLCHAIN+=("make arm-iar")
BUILDSYSTEM_TOOLCHAIN+=("cmake arm-iar")
fi
RESOURCE_LARGE='["nrf", "imxrt", "stm32f4", "stm32h7"]'