Update .gitea/workflows/build.yaml
All checks were successful
Build / Build (push) Successful in 2m11s
All checks were successful
Build / Build (push) Successful in 2m11s
This commit is contained in:
parent
deac0ea432
commit
b89f175a7f
@ -56,26 +56,26 @@ jobs:
|
||||
- name: West Zephyr export
|
||||
run: west zephyr-export
|
||||
|
||||
- name: West Build (Cardio Left)
|
||||
run: west build -s zmk/app -b nice_nano_v2 -- -DSHIELD=cardio_left -DZMK_CONFIG="${GITHUB_WORKSPACE}/config"
|
||||
- name: West Build (Ferris Left)
|
||||
run: west build -s zmk/app -b nice_nano_v2 -- -DSHIELD=cradio_left -DZMK_CONFIG="${GITHUB_WORKSPACE}/config"
|
||||
|
||||
- name: Cardio Left Kconfig file
|
||||
- name: Ferris Left Kconfig file
|
||||
run: cat build/zephyr/.config | grep -v "^#" | grep -v "^$"
|
||||
|
||||
- name: Rename zmk.uf2
|
||||
run: cp build/zephyr/zmk.uf2 cardio_left_nice_nano_v2.uf2
|
||||
run: cp build/zephyr/zmk.uf2 cradio_left_nice_nano_v2.uf2
|
||||
|
||||
- name: West Build (Cardio Right)
|
||||
run: west build --pristine -s zmk/app -b nice_nano_v2 -- -DSHIELD=cardio_right -DZMK_CONFIG="${GITHUB_WORKSPACE}/config"
|
||||
- name: West Build (Ferris Right)
|
||||
run: west build --pristine -s zmk/app -b nice_nano_v2 -- -DSHIELD=cradio_right -DZMK_CONFIG="${GITHUB_WORKSPACE}/config"
|
||||
|
||||
- name: Cardio Right Kconfig file
|
||||
- name: Ferris Right Kconfig file
|
||||
run: cat build/zephyr/.config | grep -v "^#" | grep -v "^$"
|
||||
|
||||
- name: Rename zmk.uf2
|
||||
run: cp build/zephyr/zmk.uf2 cardio_right_nice_nano_v2.uf2
|
||||
run: cp build/zephyr/zmk.uf2 cradio_right_nice_nano_v2.uf2
|
||||
|
||||
- name: Zip Artifacts
|
||||
run: zip firmware.zip cardio_left_nice_nano_v2.uf2 cardio_right_nice_nano_v2.uf2
|
||||
run: zip firmware.zip cradio_left_nice_nano_v2.uf2 cradio_right_nice_nano_v2.uf2
|
||||
|
||||
- name: Hash west modules
|
||||
id: hash-west
|
||||
|
Loading…
x
Reference in New Issue
Block a user