Skip to content

Commit d918b43

Browse files
committed
Add esp-idf github actions ci pipeline
1 parent 6bbb246 commit d918b43

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

+11
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,17 @@ jobs:
208208
- name: Build
209209
run: extras/ci/platformio.sh ${{ matrix.board }}
210210

211+
espidf:
212+
name: ESP-IDF
213+
runs-on: ubuntu-latest
214+
steps:
215+
- name: checkout
216+
uses: actions/checkout@v2
217+
- name: install ESP-IDF
218+
run: source extras/ci/espidf/install.sh
219+
- name: build examples
220+
run: source extras/ci/espidf.sh
221+
211222
particle:
212223
name: Particle
213224
needs: gcc

0 commit comments

Comments
 (0)