kyria-keyboard-config/build.yaml
Peter Johanson b81f4b26b7 feat: Initial unified config repo
* Uses separate `build.yaml` file to specify the build matrix.
* Handle .hex and .uf2 artifact uploads.
* Handles onboard keyboards w/o shields.
2021-10-07 12:22:20 -04:00

14 lines
402 B
YAML

# 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
#
---