From 76cfe5be8d92f85a29a2e4bfa503167d3f7fd943 Mon Sep 17 00:00:00 2001 From: dreipunkteinsvier <87331570+dreipunkteinsvier@users.noreply.github.com> Date: Wed, 3 Jul 2024 16:26:46 +0200 Subject: [PATCH] use build matrix with reusable build config --- build.yaml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/build.yaml b/build.yaml index 8718d45..9048d5e 100644 --- a/build.yaml +++ b/build.yaml @@ -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"