Skip to content

Commit 4bb8a7e

Browse files
add workflow
1 parent 4a52786 commit 4bb8a7e

2 files changed

Lines changed: 36 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
on: [push, pull_request, workflow_dispatch]
2+
3+
jobs:
4+
build:
5+
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main

build.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# This file generates the GitHub Actions matrix
2+
# For simple board + shield combinations, add them
3+
# to the top level board and shield arrays, for more
4+
# control, add individual board + shield combinations to
5+
# the `include` property, e.g:
6+
#
7+
# board: [ "nice_nano_v2" ]
8+
# shield: [ "blue-velvet_left", "blue-velvet_right" ]
9+
# include:
10+
# - board: bdn9_rev2
11+
# - board: nice_nano_v2
12+
# shield: reviung41
13+
14+
---
15+
include:
16+
- board: ergohaven
17+
shield: velvet_v3_left
18+
snippet: studio-rpc-usb-uart
19+
cmake-args: -DCONFIG_ZMK_STUDIO=y
20+
- board: ergohaven
21+
shield: velvet_v3_right
22+
23+
- board: ergohaven
24+
shield: op36_left
25+
snippet: studio-rpc-usb-uart
26+
cmake-args: -DCONFIG_ZMK_STUDIO=y
27+
- board: ergohaven
28+
shield: op36_right
29+
30+
- board: ergohaven
31+
shield: settings_reset

0 commit comments

Comments
 (0)