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:
|
on:
|
||||||
- workflow_dispatch
|
- workflow_dispatch
|
||||||
jobs:
|
jobs:
|
||||||
@ -15,24 +15,27 @@ jobs:
|
|||||||
- nice_nano
|
- nice_nano
|
||||||
alphas:
|
alphas:
|
||||||
- ""
|
- ""
|
||||||
- colemak
|
# - colemak
|
||||||
- colemakdhk
|
# - colemakdhk
|
||||||
- dvorak
|
# - dvorak
|
||||||
- halmak
|
# - halmak
|
||||||
- workman
|
# - workman
|
||||||
- qwerty
|
# - qwerty
|
||||||
nav:
|
nav:
|
||||||
- ""
|
- ""
|
||||||
- vi
|
# - vi
|
||||||
clipboard:
|
clipboard:
|
||||||
- ""
|
- ""
|
||||||
- fun
|
# - fun
|
||||||
- mac
|
# - mac
|
||||||
- win
|
# - win
|
||||||
layers:
|
layers:
|
||||||
- ""
|
- ""
|
||||||
mapping:
|
mapping:
|
||||||
- ""
|
- ""
|
||||||
|
include:
|
||||||
|
- shield: corne_right
|
||||||
|
board: nice_nano
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@ -84,7 +87,7 @@ jobs:
|
|||||||
done
|
done
|
||||||
artifact_build_name=`echo $artifact_build_name | tr ' ' '-'`
|
artifact_build_name=`echo $artifact_build_name | tr ' ' '-'`
|
||||||
echo "::set-output name=artifact-build-name::$artifact_build_name"
|
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"
|
echo "::set-output name=artifact-dir::artifacts"
|
||||||
- name: Build (west build)
|
- name: Build (west build)
|
||||||
run: west build -s zmk/app -b ${{ matrix.board }} -- ${{ steps.variables.outputs.shield-arg }} -DZMK_CONFIG="${GITHUB_WORKSPACE}/config"
|
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