Skip to content

Commit

Permalink
Merge branch 'feat/modify_ci_build' into 'master'
Browse files Browse the repository at this point in the history
modify CI build example

See merge request ae_group/esp-box!102
  • Loading branch information
espressif2022 committed Jan 19, 2024
2 parents 69410ae + 6f004d6 commit 26ff383
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-examples-gh-pages-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ jobs:
run: |
. $IDF_PATH/export.sh
cd $GITHUB_WORKSPACE/examples/${{matrix.build-dir}}
rm -rf sdkconfig build sdkconfig.defaults
cp ${{matrix.boards}} sdkconfig.defaults
# idf.py -D SDKCONFIG_DEFAULTS="sdkconfig.defaults;${{matrix.boards}}" reconfigure
if [ -e "${{matrix.boards}}" ]; then
rm -rf sdkconfig build sdkconfig.defaults
cp ${{matrix.boards}} sdkconfig.defaults
# idf.py -D SDKCONFIG_DEFAULTS="sdkconfig.defaults;${{matrix.boards}}" reconfigure
fi
if [[ ${{matrix.build-dir}} == usb_camera_lcd_display ]]; then
if [[ ${{matrix.boards}} == sdkconfig.ci.box-3 ]]; then
Expand Down

0 comments on commit 26ff383

Please sign in to comment.