Skip to content

Commit bea3ce4

Browse files
ci: Enable preview target builds
This will enable ESP32-H4 builds on esp-idf/master.
1 parent f84e76a commit bea3ce4

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/build_and_run_host_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
shell: bash
2828
run: |
2929
. ${IDF_PATH}/export.sh
30-
pip install pytest pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf pyusb idf-build-apps==2.12.2 --upgrade
30+
pip install pytest pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf pyusb idf-build-apps==2.13.1 --upgrade
3131
- name: Build
3232
shell: bash
3333
run: |

.github/workflows/build_and_run_test_app_usb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: |
6262
. ${IDF_PATH}/export.sh
6363
git config --global safe.directory $(pwd)
64-
pip install idf-build-apps==2.12.2 --upgrade
64+
pip install idf-build-apps==2.13.1 --upgrade
6565
export PEDANTIC_FLAGS="-DIDF_CI_BUILD -Werror -Werror=deprecated-declarations -Werror=unused-variable -Werror=unused-but-set-variable -Werror=unused-function"
6666
export EXTRA_CFLAGS="${PEDANTIC_FLAGS} -Wstrict-prototypes"
6767
export EXTRA_CXXFLAGS="${PEDANTIC_FLAGS}"

.github/workflows/build_idf_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
shell: bash
4040
run: |
4141
. ${IDF_PATH}/export.sh
42-
pip install idf-component-manager>=2.1.2 idf-build-apps==2.12.2 pyyaml --upgrade
42+
pip install idf-component-manager>=2.1.2 idf-build-apps==2.13.1 pyyaml --upgrade
4343
- name: Build ESP-IDF ${{ matrix.idf_ver }} USB examples
4444
shell: bash
4545
run: |

.idf_build_apps.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ exclude = [
55
recursive = true
66
manifest_file = ".build-test-rules.yml"
77
check_warnings = true
8+
enable_preview_targets = true
89

910
# build related options
1011
build_dir = "build_@t_@w"

0 commit comments

Comments
 (0)