build.yaml (933B)
1 # This file generates the GitHub Actions matrix. 2 # For simple board + shield combinations, add them to the top level board and 3 # shield arrays, for more control, add individual board + shield combinations 4 # to the `include` property. You can also use the `cmake-args` property to 5 # pass flags to the build command, `snippet` to add a Zephyr snippet, and 6 # `artifact-name` to assign a name to distinguish build outputs from each other: 7 # 8 # board: [ "nice_nano_v2" ] 9 # shield: [ "corne_left", "corne_right" ] 10 # include: 11 # - board: bdn9_rev2 12 # - board: nice_nano_v2 13 # shield: reviung41 14 # - board: nice_nano_v2 15 # shield: corne_left 16 # snippet: studio-rpc-usb-uart 17 # cmake-args: -DCONFIG_ZMK_STUDIO=y 18 # artifact-name: corne_left_with_studio 19 # 20 --- 21 include: 22 - board: nice_nano@2.0.0 23 shield: helix_left nice_view_adapter nice_view 24 - board: nice_nano@2.0.0 25 shield: helix_right nice_view_adapter nice_view