File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# SPDX-FileCopyrightText: Brent Rubell for Adafruit Industries, 2023
2
2
#
3
3
# SPDX-License-Identifier: MIT
4
- name : WipperSnapper Build ${{ github.event.inputs.board || 'CI' }}
4
+ name : WipperSnapper Build CI
5
5
6
6
on :
7
7
workflow_dispatch :
20
20
build-esp32sx-esptool :
21
21
name : 🏗️ESP32-Sx(lvgl)
22
22
runs-on : ubuntu-latest
23
+ continue-on-error : true
23
24
strategy :
24
25
fail-fast : false
25
26
matrix :
@@ -186,6 +187,7 @@ jobs:
186
187
build-esp32sx :
187
188
name : 🏗️ESP32-Sx
188
189
runs-on : ubuntu-latest
190
+ continue-on-error : true
189
191
strategy :
190
192
fail-fast : false
191
193
matrix :
@@ -297,6 +299,7 @@ jobs:
297
299
build-esp32 :
298
300
name : 🏗️ESP32/Cx
299
301
runs-on : ubuntu-latest
302
+ continue-on-error : true
300
303
strategy :
301
304
fail-fast : false
302
305
matrix :
@@ -445,6 +448,7 @@ jobs:
445
448
build-samd :
446
449
name : 🏗️SAMD
447
450
runs-on : ubuntu-latest
451
+ continue-on-error : true
448
452
strategy :
449
453
fail-fast : false
450
454
matrix :
@@ -531,6 +535,7 @@ jobs:
531
535
build-rp2040 :
532
536
name : 🏗️RP2040
533
537
runs-on : ubuntu-latest
538
+ continue-on-error : true
534
539
strategy :
535
540
fail-fast : false
536
541
matrix :
@@ -609,6 +614,7 @@ jobs:
609
614
build-esp8266 :
610
615
name : 🏗️ESP8266
611
616
runs-on : ubuntu-latest
617
+ continue-on-error : true
612
618
strategy :
613
619
fail-fast : false
614
620
matrix :
@@ -694,6 +700,7 @@ jobs:
694
700
build-esp32sx-dev :
695
701
name : 🏗️ESP32-Sx(DEV)
696
702
runs-on : ubuntu-latest
703
+ continue-on-error : true
697
704
strategy :
698
705
fail-fast : false
699
706
matrix :
@@ -800,6 +807,7 @@ jobs:
800
807
build-esp32-dev :
801
808
name : 🏗️ESP32/Cx(DEV)
802
809
runs-on : ubuntu-latest
810
+ continue-on-error : true
803
811
strategy :
804
812
fail-fast : false
805
813
matrix :
You can’t perform that action at this time.
0 commit comments