|
13 | 13 |
|
14 | 14 | jobs:
|
15 | 15 | build-esp32sx-esptool:
|
16 |
| - name: Build WipperSnapper ESP32-Sx |
| 16 | + name: 🏗️ESP32-Sx |
17 | 17 | runs-on: ubuntu-latest
|
18 | 18 | strategy:
|
19 | 19 | fail-fast: false
|
@@ -143,7 +143,7 @@ jobs:
|
143 | 143 | wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
|
144 | 144 |
|
145 | 145 | build-esp32sx:
|
146 |
| - name: Build WipperSnapper ESP32-Sx |
| 146 | + name: 🏗️ESP32-Sx |
147 | 147 | runs-on: ubuntu-latest
|
148 | 148 | strategy:
|
149 | 149 | fail-fast: false
|
@@ -231,7 +231,7 @@ jobs:
|
231 | 231 | wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
|
232 | 232 |
|
233 | 233 | build-esp32:
|
234 |
| - name: Build WipperSnapper ESP32, ESP32-C3 |
| 234 | + name: 🏗️ESP32, ESP32-C3 |
235 | 235 | runs-on: ubuntu-latest
|
236 | 236 | strategy:
|
237 | 237 | fail-fast: false
|
@@ -345,7 +345,7 @@ jobs:
|
345 | 345 | wippersnapper.${{ matrix.arduino-platform }}.littlefs.${{ env.WS_VERSION }}.zip
|
346 | 346 |
|
347 | 347 | build-samd:
|
348 |
| - name: Build WipperSnapper SAMD |
| 348 | + name: 🏗️SAMD |
349 | 349 | runs-on: ubuntu-latest
|
350 | 350 | strategy:
|
351 | 351 | fail-fast: false
|
@@ -401,7 +401,7 @@ jobs:
|
401 | 401 | wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.hex
|
402 | 402 |
|
403 | 403 | build-rp2040:
|
404 |
| - name: Build WipperSnapper RP2040 |
| 404 | + name: 🏗️RP2040 |
405 | 405 | runs-on: ubuntu-latest
|
406 | 406 | strategy:
|
407 | 407 | fail-fast: false
|
@@ -450,7 +450,7 @@ jobs:
|
450 | 450 |
|
451 | 451 | # NOTE: This does NOT release artifacts, it only builds
|
452 | 452 | build-samd-non-fs:
|
453 |
| - name: Build WipperSnapper SAMD (NO-TINYUSB) |
| 453 | + name: 🏗️SAMD (NO-TINYUSB) |
454 | 454 | runs-on: ubuntu-latest
|
455 | 455 | strategy:
|
456 | 456 | fail-fast: false
|
@@ -490,7 +490,7 @@ jobs:
|
490 | 490 | run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
|
491 | 491 |
|
492 | 492 | build-esp8266:
|
493 |
| - name: Build WipperSnapper ESP8266 |
| 493 | + name: 🏗️ESP8266 |
494 | 494 | runs-on: ubuntu-latest
|
495 | 495 | strategy:
|
496 | 496 | fail-fast: false
|
@@ -546,7 +546,7 @@ jobs:
|
546 | 546 | wippersnapper.${{ matrix.arduino-platform }}.littlefs.${{ env.WS_VERSION }}.zip
|
547 | 547 |
|
548 | 548 | build-esp32sx-dev:
|
549 |
| - name: Build WipperSnapper ESP32-Sx DEV BUILDS |
| 549 | + name: 🏗️ESP32-Sx DEV BUILDS |
550 | 550 | runs-on: ubuntu-latest
|
551 | 551 | strategy:
|
552 | 552 | fail-fast: false
|
|
0 commit comments