|
27 | 27 | platform-name: esp8266:esp8266
|
28 | 28 | - fqbn: "esp8266:esp8266:d1_mini"
|
29 | 29 | 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 |
30 | 36 | # Fix custom platform url for board matrix.
|
31 | 37 | include:
|
32 | 38 | - board:
|
|
35 | 41 | - name: esp8266:esp8266
|
36 | 42 | source-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
|
37 | 43 | 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 |
38 | 50 |
|
39 | 51 | steps:
|
40 | 52 | - uses: actions/checkout@v3
|
|
44 | 56 | platforms: ${{ matrix.platforms }}
|
45 | 57 | fqbn: ${{ matrix.board.fqbn }}
|
46 | 58 | enable-warnings-report: true
|
| 59 | + enable-deltas-report: true |
47 | 60 | # This step is needed to pass the size data to the report job.
|
48 | 61 | - name: Upload sketches report to workflow artifact.
|
49 | 62 | uses: actions/upload-artifact@v3
|
|
58 | 71 | runs-on: ubuntu-latest
|
59 | 72 | steps:
|
60 | 73 | # 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. |
62 | 75 | uses: actions/download-artifact@v3
|
63 | 76 | with:
|
64 | 77 | name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
|
|
0 commit comments