parent
ef20c44a71
commit
f0d9fe52e2
@ -60,7 +60,7 @@ jobs:
|
||||
run: west zephyr-export
|
||||
|
||||
- name: West Build (Corne Left)
|
||||
run: west build -s zephyr -b nice_nano_v2 -- -DSHIELD=corne_left -DZMK_CONFIG="${GITHUB_WORKSPACE}/config"
|
||||
run: west build -s zmk/app -b nice_nano_v2 -- -DSHIELD=corne_left -DZMK_CONFIG="${GITHUB_WORKSPACE}/config"
|
||||
|
||||
- name: Corne Left Kconfig file
|
||||
run: cat build/zephyr/.config | grep -v "^#" | grep -v "^$"
|
||||
@ -69,7 +69,7 @@ jobs:
|
||||
run: cp build/zephyr/zmk.uf2 corne_left_nice_nano_v2.uf2
|
||||
|
||||
- name: West Build (Corne Right)
|
||||
run: west build --pristine -s zephyr -b nice_nano_v2 -- -DSHIELD=corne_right -DZMK_CONFIG="${GITHUB_WORKSPACE}/config"
|
||||
run: west build --pristine -s zmk/app -b nice_nano_v2 -- -DSHIELD=corne_right -DZMK_CONFIG="${GITHUB_WORKSPACE}/config"
|
||||
|
||||
- name: Corne Right Kconfig file
|
||||
run: cat build/zephyr/.config | grep -v "^#" | grep -v "^$"
|
||||
|
Loading…
Reference in New Issue
Block a user