We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9327fcb commit bd16b8eCopy full SHA for bd16b8e
.github/scripts/on-push-idf.sh
@@ -26,7 +26,7 @@ for example in $affected_examples; do
26
fi
27
28
29
- idf.py -C "$example_path" set-target "$IDF_TARGET"
+ idf.py --preview -C "$example_path" set-target "$IDF_TARGET"
30
31
has_requirements=$(${CHECK_REQUIREMENTS} "$example_path" "$example_path/sdkconfig")
32
if [ "$has_requirements" -eq 0 ]; then
@@ -35,5 +35,5 @@ for example in $affected_examples; do
35
36
37
printf "\n\033[95mBuilding %s\033[0m\n\n" "$example"
38
- idf.py -C "$example_path" -DEXTRA_COMPONENT_DIRS="$PWD/components" build
+ idf.py --preview -C "$example_path" -DEXTRA_COMPONENT_DIRS="$PWD/components" build
39
done
0 commit comments