You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now the default running targets for build & test are all defined in one place, --default-build-targets, could be more flexible with
default_rules:
esp32: true # build and testesp32h2:
build: truetest: false# test: true and build: false is invalid...# we skip unlisted ones, consider as build: false, test: false
if default_rules is not set, we use the same behavior as before, i.e. build & test the officially supported targets under the specified IDF_PATH.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Root Config File to Control Build Test Rules Default Values
Root Config File to Control Build Test Rules Default Values (RDT-621)
Dec 19, 2023
For now the default running targets for build & test are all defined in one place,
--default-build-targets
, could be more flexible withif
default_rules
is not set, we use the same behavior as before, i.e. build & test the officially supported targets under the specified IDF_PATH.The text was updated successfully, but these errors were encountered: