Skip to content

Commit 84fcbff

Browse files
committed
Rename builds
1 parent 00c318b commit 84fcbff

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build-clang-doxy.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
build-esp32sx-esptool:
16-
name: Build WipperSnapper ESP32-Sx
16+
name: 🏗️ESP32-Sx
1717
runs-on: ubuntu-latest
1818
strategy:
1919
fail-fast: false
@@ -143,7 +143,7 @@ jobs:
143143
wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
144144
145145
build-esp32sx:
146-
name: Build WipperSnapper ESP32-Sx
146+
name: 🏗️ESP32-Sx
147147
runs-on: ubuntu-latest
148148
strategy:
149149
fail-fast: false
@@ -231,7 +231,7 @@ jobs:
231231
wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
232232
233233
build-esp32:
234-
name: Build WipperSnapper ESP32, ESP32-C3
234+
name: 🏗️ESP32, ESP32-C3
235235
runs-on: ubuntu-latest
236236
strategy:
237237
fail-fast: false
@@ -345,7 +345,7 @@ jobs:
345345
wippersnapper.${{ matrix.arduino-platform }}.littlefs.${{ env.WS_VERSION }}.zip
346346
347347
build-samd:
348-
name: Build WipperSnapper SAMD
348+
name: 🏗️SAMD
349349
runs-on: ubuntu-latest
350350
strategy:
351351
fail-fast: false
@@ -401,7 +401,7 @@ jobs:
401401
wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.hex
402402
403403
build-rp2040:
404-
name: Build WipperSnapper RP2040
404+
name: 🏗️RP2040
405405
runs-on: ubuntu-latest
406406
strategy:
407407
fail-fast: false
@@ -450,7 +450,7 @@ jobs:
450450
451451
# NOTE: This does NOT release artifacts, it only builds
452452
build-samd-non-fs:
453-
name: Build WipperSnapper SAMD (NO-TINYUSB)
453+
name: 🏗️SAMD (NO-TINYUSB)
454454
runs-on: ubuntu-latest
455455
strategy:
456456
fail-fast: false
@@ -490,7 +490,7 @@ jobs:
490490
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
491491

492492
build-esp8266:
493-
name: Build WipperSnapper ESP8266
493+
name: 🏗️ESP8266
494494
runs-on: ubuntu-latest
495495
strategy:
496496
fail-fast: false
@@ -546,7 +546,7 @@ jobs:
546546
wippersnapper.${{ matrix.arduino-platform }}.littlefs.${{ env.WS_VERSION }}.zip
547547
548548
build-esp32sx-dev:
549-
name: Build WipperSnapper ESP32-Sx DEV BUILDS
549+
name: 🏗️ESP32-Sx DEV BUILDS
550550
runs-on: ubuntu-latest
551551
strategy:
552552
fail-fast: false

0 commit comments

Comments
 (0)