Skip to content

Commit

Permalink
use build matrix with reusable build config
Browse files Browse the repository at this point in the history
  • Loading branch information
dreipunkteinsvier authored Jul 3, 2024
1 parent b851268 commit 76cfe5b
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion build.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
board: [ "le_chiff_ble" ]
matrix:
# List the firmware to build here. Each item use the following properties.
# board: (required) the board to build.
# shield: (optional) the shield to build. Omit for a standalone board.
# cmake-args: (optional) extra arguments to pass to CMake as a string.
include:
- board: le_chiff_ble
artifact_prefix: schiffer_bleu
keyboard_name: "schiffer bleu"

- board: le_chiff_ble
artifact_prefix: schiffer_pink
keyboard_name: "schiffer pink"

- board: le_chiff_ble
artifact_prefix: schiffer_gelb
keyboard_name: "schiffer gelb"

0 comments on commit 76cfe5b

Please sign in to comment.