Skip to content

Commit a3f4c4a

Browse files
committed
[CI] Add esp32 + variants (S2, C3)
Fix delta report
1 parent e3bec78 commit a3f4c4a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/test.arduino-compile-examples.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ jobs:
2727
platform-name: esp8266:esp8266
2828
- fqbn: "esp8266:esp8266:d1_mini"
2929
platform-name: esp8266:esp8266
30+
- fqbn: "esp32:esp32:esp32"
31+
platform-name: esp32:esp32
32+
- fqbn: "esp32:esp32:lolin_s2_mini"
33+
platform-name: esp32:esp32
34+
- fqbn: "esp32:esp32:lolin_c3_mini"
35+
platform-name: esp32:esp32
3036
# Fix custom platform url for board matrix.
3137
include:
3238
- board:
@@ -35,6 +41,12 @@ jobs:
3541
- name: esp8266:esp8266
3642
source-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
3743
version: 3.0.2
44+
- board:
45+
platform-name: esp32:esp32
46+
platforms: |
47+
- name: esp32:esp32
48+
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
49+
version: 2.0.5
3850
3951
steps:
4052
- uses: actions/checkout@v3
@@ -44,6 +56,7 @@ jobs:
4456
platforms: ${{ matrix.platforms }}
4557
fqbn: ${{ matrix.board.fqbn }}
4658
enable-warnings-report: true
59+
enable-deltas-report: true
4760
# This step is needed to pass the size data to the report job.
4861
- name: Upload sketches report to workflow artifact.
4962
uses: actions/upload-artifact@v3
@@ -58,7 +71,7 @@ jobs:
5871
runs-on: ubuntu-latest
5972
steps:
6073
# This step is needed to get the size data produced by the compile jobs.
61-
- name: Download sketches reports artifact
74+
- name: Download sketches reports artifact.
6275
uses: actions/download-artifact@v3
6376
with:
6477
name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}

0 commit comments

Comments
 (0)