summaryrefslogtreecommitdiff
path: root/build.yaml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-07-03 12:52:21 +0100
committerAkshay <[email protected]>2022-07-03 12:52:21 +0100
commit367092f60dad0461791f8878e10e434848dc8923 (patch)
treefb9a2c39a8dd9916231a6bfc508c61393422da0b /build.yaml
Initial User Config.
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
new file mode 100644
index 0000000..cc91576
--- /dev/null
+++ b/build.yaml
@@ -0,0 +1,19 @@
1# This file generates the GitHub Actions matrix
2# For simple board + shield combinations, add them
3# to the top level board and shield arrays, for more
4# control, add individual board + shield combinations to
5# the `include` property, e.g:
6#
7# board: [ "nice_nano_v2" ]
8# shield: [ "corne_left", "corne_right" ]
9# include:
10# - board: bdn9_rev2
11# - board: nice_nano_v2
12# shield: reviung41
13#
14---
15include:
16 - board: nice_nano_v2
17 shield: cradio_left
18 - board: nice_nano_v2
19 shield: cradio_right