Skip to content

Commit 91e907e

Browse files
committed
Fixes workflow
1 parent 0986425 commit 91e907e

1 file changed

Lines changed: 48 additions & 29 deletions

File tree

.github/workflows/arduino-esp-v2-build-check.yml

Lines changed: 48 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,13 @@ jobs:
6161
- PlotToSerial
6262

6363
board:
64-
# TODO: Restore full board list after CI validation
65-
#- m5stack-atom
66-
#- m5stack-atoms3
64+
- m5stack-atom
65+
- m5stack-atoms3
6766
- m5stack-core-esp32
68-
#- m5stack-core2
69-
#- m5stack-coreink
70-
#- m5stack-cores3
71-
#- m5stack-fire
67+
- m5stack-core2
68+
- m5stack-coreink
69+
- m5stack-cores3
70+
- m5stack-fire
7271

7372
platform-version:
7473
- 2.0.17
@@ -80,29 +79,49 @@ jobs:
8079
- esp32
8180

8281
build-properties:
83-
# TODO: Restore full build-properties after CI validation
8482
- "-DUSING_UNIT_CARDKB"
85-
#- "-DUSING_UNIT_CARDKB2 -DUSING_I2C_FOR_CARDKB2"
86-
#- "-DUSING_UNIT_CARDKB2 -DUSING_UART_FOR_CARDKB2"
87-
#- "-DUSING_UNIT_FACES_QWERTY"
88-
89-
#exclude:
90-
# - board: m5stack-atom
91-
# build-properties: "-DUSING_UNIT_FACES_QWERTY"
92-
# - board: m5stack-atoms3
93-
# build-properties: "-DUSING_UNIT_FACES_QWERTY"
94-
# - board: m5stack-coreink
95-
# build-properties: "-DUSING_UNIT_FACES_QWERTY"
96-
97-
#include:
98-
# # SimpleDisplay: Core only
99-
# - sketch: SimpleDisplay
100-
# board: m5stack-core-esp32
101-
# platform-version: 2.0.17
102-
# platform: esp32
103-
# archi: esp32
104-
# platform-url: https://espressif.github.io/arduino-esp32/package_esp32_index.json
105-
# build-properties: "-DUSING_UNIT_CARDKB"
83+
- "-DUSING_UNIT_CARDKB2 -DUSING_I2C_FOR_CARDKB2"
84+
- "-DUSING_UNIT_CARDKB2 -DUSING_UART_FOR_CARDKB2"
85+
- "-DUSING_UNIT_FACES_QWERTY"
86+
87+
exclude:
88+
- board: m5stack-atom
89+
build-properties: "-DUSING_UNIT_FACES_QWERTY"
90+
- board: m5stack-atoms3
91+
build-properties: "-DUSING_UNIT_FACES_QWERTY"
92+
- board: m5stack-coreink
93+
build-properties: "-DUSING_UNIT_FACES_QWERTY"
94+
95+
include:
96+
# SimpleDisplay: Core only
97+
- sketch: SimpleDisplay
98+
board: m5stack-core-esp32
99+
platform-version: 2.0.17
100+
platform: esp32
101+
archi: esp32
102+
platform-url: https://espressif.github.io/arduino-esp32/package_esp32_index.json
103+
build-properties: "-DUSING_UNIT_CARDKB"
104+
- sketch: SimpleDisplay
105+
board: m5stack-core-esp32
106+
platform-version: 2.0.17
107+
platform: esp32
108+
archi: esp32
109+
platform-url: https://espressif.github.io/arduino-esp32/package_esp32_index.json
110+
build-properties: "-DUSING_UNIT_CARDKB2 -DUSING_I2C_FOR_CARDKB2"
111+
- sketch: SimpleDisplay
112+
board: m5stack-core-esp32
113+
platform-version: 2.0.17
114+
platform: esp32
115+
archi: esp32
116+
platform-url: https://espressif.github.io/arduino-esp32/package_esp32_index.json
117+
build-properties: "-DUSING_UNIT_CARDKB2 -DUSING_UART_FOR_CARDKB2"
118+
- sketch: SimpleDisplay
119+
board: m5stack-core-esp32
120+
platform-version: 2.0.17
121+
platform: esp32
122+
archi: esp32
123+
platform-url: https://espressif.github.io/arduino-esp32/package_esp32_index.json
124+
build-properties: "-DUSING_UNIT_FACES_QWERTY"
106125

107126
steps:
108127
- name: Checkout

0 commit comments

Comments
 (0)