-
Notifications
You must be signed in to change notification settings - Fork 48
/
build.yaml
44 lines (44 loc) · 1.4 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
# This 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:
- board: nrfmicro_13
shield: [jorne_left, jorne_right]
name: ["Jorne Blues", "Jorne Brass"]
flags: ["screen"]
- board: nrfmicro_13_52833
shield: [jorne_left, jorne_right]
name: ["Sporne"]
flags: ["screen", "mem_constraint"]
- board: nrfmicro_13_52833
shield: [jorne_left, jorne_right]
name: ["RT-22"]
- board: nrfmicro_13_52833
shield: radpad
- board: [jorian840_left, jorian840_right]
name: ["Jorian840 Omron", "Jorian840 Cobalt", "wEnki44"]
flags: ["studio"]
- board: [skean_left, skean_right]
name: ["Skean T1", "Skean Alps", "Skean DG", "Skean MA", "Skean Zilent", "Skean i-Rocks", "Skean SKCC"]
flags: ["studio"]
- board: [dao_left, dao_right]
- board: [corneish_zen_v1_left, corneish_zen_v1_right]
name: ["Zen gChoc"]
flags: ["studio"]
- board: [corneish_zen_v2_left, corneish_zen_v2_right]
name: ["Zen Sunset"]
flags: ["studio"]
- board: seeeduino_xiao_ble
shield: [ergonaut_one_left, ergonaut_one_right]
flags: ["studio"]