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 86ee26c commit 215a007Copy full SHA for 215a007
.github/workflows/github-actions-test.yml
@@ -10,9 +10,15 @@ jobs:
10
uses: actions/checkout@v5
11
with:
12
submodules: 'recursive'
13
- - name: esp-idf build
+ - name: build Jade 1.1
14
uses: espressif/esp-idf-ci-action@v1
15
16
esp_idf_version: v5.4
17
target: esp32
18
- command: ./tools/switch_to.sh jade_v1_1 --dev --log && idf.py build all size-components size
+ command: ./tools/switch_to.sh jade_v1_1 --dev --log && idf.py size all
19
+ - name: build Jade Plus
20
+ uses: espressif/esp-idf-ci-action@v1
21
+ with:
22
+ esp_idf_version: v5.4
23
+ target: esp32s3
24
+ command: ./tools/switch_to.sh jade_v2 --dev --log --jtag && idf.py size all
0 commit comments