mirror of
https://github.com/Kabbone/zmk-config.git
synced 2025-01-01 15:34:26 +01:00
zephyr build update
This commit is contained in:
parent
8bbabb3546
commit
95f7b521e7
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: zmkfirmware/zmk-build-arm:2.5
|
image: zmkfirmware/zmk-build-arm:stable
|
||||||
needs: matrix
|
needs: matrix
|
||||||
name: Build
|
name: Build
|
||||||
strategy:
|
strategy:
|
||||||
@ -71,11 +71,6 @@ jobs:
|
|||||||
- name: West Build (${{ steps.variables.outputs.display-name }})
|
- name: West Build (${{ steps.variables.outputs.display-name }})
|
||||||
run: |
|
run: |
|
||||||
west build -s zmk/app -b ${{ matrix.board }} -- -DZMK_CONFIG=${GITHUB_WORKSPACE}/config ${{ steps.variables.outputs.extra-cmake-args }} ${{ matrix.cmake-args }}
|
west build -s zmk/app -b ${{ matrix.board }} -- -DZMK_CONFIG=${GITHUB_WORKSPACE}/config ${{ steps.variables.outputs.extra-cmake-args }} ${{ matrix.cmake-args }}
|
||||||
- name: ${{ steps.variables.outputs.display-name }} DTS File
|
|
||||||
if: ${{ always() }}
|
|
||||||
run: |
|
|
||||||
if [ -f "build/zephyr/${{ matrix.board }}.dts.pre.tmp" ]; then cat -n build/zephyr/${{ matrix.board }}.dts.pre.tmp; fi
|
|
||||||
if [ -f "build/zephyr/zephyr.dts" ]; then cat -n build/zephyr/zephyr.dts; fi
|
|
||||||
- name: ${{ steps.variables.outputs.display-name }} Kconfig file
|
- name: ${{ steps.variables.outputs.display-name }} Kconfig file
|
||||||
run: cat build/zephyr/.config | grep -v "^#" | grep -v "^$"
|
run: cat build/zephyr/.config | grep -v "^#" | grep -v "^$"
|
||||||
- name: Rename artifacts
|
- name: Rename artifacts
|
||||||
|
Loading…
Reference in New Issue
Block a user