mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-13 17:58:47 +00:00
Fix corne all options build
- add single build of right shield with default options - rename workflow and file
This commit is contained in:
parent
ffe74c66d6
commit
bc6675f630
@ -1,4 +1,4 @@
|
||||
name: 'Build corne_left with all options'
|
||||
name: 'Build corne with all options'
|
||||
on:
|
||||
- workflow_dispatch
|
||||
jobs:
|
||||
@ -15,24 +15,27 @@ jobs:
|
||||
- nice_nano
|
||||
alphas:
|
||||
- ""
|
||||
- colemak
|
||||
- colemakdhk
|
||||
- dvorak
|
||||
- halmak
|
||||
- workman
|
||||
- qwerty
|
||||
# - colemak
|
||||
# - colemakdhk
|
||||
# - dvorak
|
||||
# - halmak
|
||||
# - workman
|
||||
# - qwerty
|
||||
nav:
|
||||
- ""
|
||||
- vi
|
||||
# - vi
|
||||
clipboard:
|
||||
- ""
|
||||
- fun
|
||||
- mac
|
||||
- win
|
||||
# - fun
|
||||
# - mac
|
||||
# - win
|
||||
layers:
|
||||
- ""
|
||||
mapping:
|
||||
- ""
|
||||
include:
|
||||
- shield: corne_right
|
||||
board: nice_nano
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
@ -84,7 +87,7 @@ jobs:
|
||||
done
|
||||
artifact_build_name=`echo $artifact_build_name | tr ' ' '-'`
|
||||
echo "::set-output name=artifact-build-name::$artifact_build_name"
|
||||
echo "::set-output name=artifact-generic-name::"`echo "$artifact_build_name" | sed 's/_\(left\|right\)//'`
|
||||
echo "::set-output name=artifact-generic-name::$artifact_build_name"
|
||||
echo "::set-output name=artifact-dir::artifacts"
|
||||
- name: Build (west build)
|
||||
run: west build -s zmk/app -b ${{ matrix.board }} -- ${{ steps.variables.outputs.shield-arg }} -DZMK_CONFIG="${GITHUB_WORKSPACE}/config"
|
||||
Loading…
Reference in New Issue
Block a user