forked from klee813/zmk-config-corne
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbuild.yaml
74 lines (71 loc) · 2.33 KB
/
build.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Thias file generates the GitHub Actions matrix
# For simple board + shield combinations, add them
# to the top level board and shield arrays, for more
# control, add individual board + shield combinations to
# the `include` property, e.g:
#
# board: [ "nice_nano_v2" ]
# shield: [ "corne_left", "corne_right" ]
# include:
# - board: bdn9_rev2
# - board: nice_nano_v2
# shield: reviung41
#
---
include:
# Corne-42 OLED Firmeare
- keyboard: Corne 42 OLED
board: nice_nano_v2
shield: corne_left
cmake-args: -DEXTRA_CONF_FILE=../../config/corne_oled.conf
artifact-name: zmk-corne-42-oled-left
- keyboard: Corne 42 OLED
board: nice_nano_v2
shield: corne_right
cmake-args: -DEXTRA_CONF_FILE=../../config/corne_oled.conf
artifact-name: zmk-corne-42-oled-right
- keyboard: Corne 42 OLED
board: nice_nano_v2
shield: settings_reset
artifact-name: zmk-corne-42-oled-settings-reset
# Corne-42 nice!view Firmeare
- keyboard: Corne 42 nice!view
board: nice_nano_v2
shield: corne_left nice_view_adapter nice_view
cmake-args: -DEXTRA_CONF_FILE=../../config/corne_niceview.conf
artifact-name: zmk-corne-42-niceview-left
- keyboard: Corne 42 nice!view
board: nice_nano_v2
shield: corne_right nice_view_adapter nice_view
cmake-args: -DEXTRA_CONF_FILE=../../config/corne_niceview.conf
artifact-name: zmk-corne-42-niceview-right
- keyboard: Corne 42 nice!view
board: nice_nano_v2
shield: settings_reset
artifact-name: zmk-corne-42-niceview-settings-reset
# Rolio46.2
- keyboard: Rolio46.2 Vista508
board: nice_nano_v2
shield: rolio_left nice_view_adapter vista508
artifact-name: zmk-rolio-46-left
- keyboard: Rolio46.2 Vista508
board: nice_nano_v2
shield: rolio_right nice_view_adapter vista508
artifact-name: zmk-rolio-46-right
- keyboard: Rolio46.2 Vista508
board: nice_nano_v2
shield: settings_reset
artifact-name: zmk-rolio-46-settings-reset
# Lili58 Firmeare
- keyboard: Lily58
board: nice_nano_v2
shield: lily58_left nice_view_adapter nice_view
artifact-name: zmk-lily58-left
- keyboard: Lily58
board: nice_nano_v2
shield: lily58_right nice_view_adapter nice_view
artifact-name: zmk-lily58-right
- keyboard: Lily58
board: nice_nano_v2
shield: settings_reset
artifact-name: zmk-lily58-settings-reset