Update .gitea/workflows/build.yaml
All checks were successful
Build / Build (push) Successful in 2m11s

This commit is contained in:
Jan Gleytenhoover 2024-08-15 07:13:22 +00:00
parent deac0ea432
commit b89f175a7f

View File

@ -56,26 +56,26 @@ jobs:
- name: West Zephyr export - name: West Zephyr export
run: west zephyr-export run: west zephyr-export
- name: West Build (Cardio Left) - name: West Build (Ferris Left)
run: west build -s zmk/app -b nice_nano_v2 -- -DSHIELD=cardio_left -DZMK_CONFIG="${GITHUB_WORKSPACE}/config" 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 "^$" run: cat build/zephyr/.config | grep -v "^#" | grep -v "^$"
- name: Rename zmk.uf2 - 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) - name: West Build (Ferris Right)
run: west build --pristine -s zmk/app -b nice_nano_v2 -- -DSHIELD=cardio_right -DZMK_CONFIG="${GITHUB_WORKSPACE}/config" 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 "^$" run: cat build/zephyr/.config | grep -v "^#" | grep -v "^$"
- name: Rename zmk.uf2 - 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 - 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 - name: Hash west modules
id: hash-west id: hash-west