Skip to content

Commit

Permalink
docs: Give examples of using other build.yaml props
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar committed Dec 11, 2023
1 parent e6f6330 commit 3f0d761
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# 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:
# 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. You can also use the `cmake-args` property to
# pass flags to the build command and `artifact-name` to assign a name to
# distinguish build outputs from each other:
#
# board: [ "nice_nano_v2" ]
# shield: [ "corne_left", "corne_right" ]
# include:
# - board: bdn9_rev2
# - board: nice_nano_v2
# shield: reviung41
# - board: nice_nano_v2
# shield: corne_left
# cmake-args: -DKEYMAP_FILE=../../config/alternate.keymap
# artifact-name: corne_alternate_left
#
---

0 comments on commit 3f0d761

Please sign in to comment.