Skip to content

Commit 110a5c3

Browse files
committed
added esp-idf tests
1 parent 7341064 commit 110a5c3

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

.github/workflows/IDFBuild.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ jobs:
105105
idf_fqbn="${{ matrix.esp-idf-fqbn }}"
106106
idf_board=${idf_fqbn%%@*}
107107
cd ${{ needs.set_matrix.outputs.project_dir }}
108+
mkdir components
109+
ln -s $GITHUB_WORKSPACE/ESP32-PsRamFS components/ESP32-PsRamFS
108110
idf.py set-target $idf_board
109111
idf.py build
110112

.github/workflows/build.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11

22

3-
- arduino build
4-
- sdk-version: latest
5-
- arduino-board-fqbn
6-
- required-libraries
7-
- sketch-path
8-
- platformio build
9-
- pioarduino-version:
10-
- env-name
11-
- project-path
12-
- esp-idf build
13-
- idf-version
14-
- target-chip
15-
- project-path
3+
# - arduino build
4+
# - sdk-version: latest
5+
# - arduino-board-fqbn
6+
# - required-libraries
7+
# - sketch-path
8+
# - platformio build
9+
# - pioarduino-version:
10+
# - env-name
11+
# - project-path
12+
# - esp-idf build
13+
# - idf-version
14+
# - target-chip
15+
# - project-path

0 commit comments

Comments
 (0)