Add -tft environments to the ci matrix

This commit is contained in:
Ben Meadors 2025-02-07 19:07:38 -06:00
parent 99e47cf73c
commit 2996a9616f

View File

@ -35,6 +35,9 @@ for subdir, dirs, files in os.walk(rootdir):
outlist.append(section)
else:
outlist.append(section)
# Add the TFT variants if the base variant is selected
elif section.replace("-tft", "") in outlist:
outlist.append(section)
if "board_check" in config[config[c].name]:
if (config[config[c].name]["board_check"] == "true") & (
"check" in options