Skip to content

Commit

Permalink
build: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dcai committed Oct 3, 2023
1 parent 752dfac commit 2a54e0f
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reset.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: reset settings

on:
push:
branches:
Expand Down
20 changes: 20 additions & 0 deletions .github/workflows/reviung34.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Reviung34

on:
push:
branches:
- master
- main
paths:
- "**reviung34.*"
pull_request:
workflow_dispatch:

# !!! not yet implemented in zmk officals yet
# jobs:
# build_sweep:
# uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
# secrets: inherit
# with:
# build_matrix_path: "build_matrix/reviung34.yaml"
# archive_name: "zmk_reviung34"
2 changes: 2 additions & 0 deletions .github/workflows/reviung5.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Reviung5

on:
push:
branches:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sweep.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Sweep

on:
push:
branches:
Expand Down
6 changes: 2 additions & 4 deletions build_matrix/reviung34.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
board:
- nice_nano_v2
shield:
include:
- shield: reviung34
board: nice_nano_v2
keymap: config/reviung34.keymap

0 comments on commit 2a54e0f

Please sign in to comment.