Skip to content

Commit

Permalink
build: refactor build flows
Browse files Browse the repository at this point in the history
  • Loading branch information
dcai committed Oct 2, 2023
1 parent 3a0e062 commit df0b88d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ on:
paths:
- "config/**"
- ".github/**"
- "build.yaml"
- "build/sweep.yaml"
pull_request:
workflow_dispatch:

jobs:
build:
build_sweep:
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
secrets: inherit
with:
build_matrix_path: "build_matrix/sweep.yaml"
archive_name: "sweep_firmware"
5 changes: 5 additions & 0 deletions build_matrix/reset.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
board:
- nice_nano_v2
shield:
- settings_reset
2 changes: 1 addition & 1 deletion build.yaml → build_matrix/sweep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ board:
shield:
- cradio_left
- cradio_right
- settings_reset
# - settings_reset
# - reviung34

# include:
Expand Down

0 comments on commit df0b88d

Please sign in to comment.