Skip to content

Commit

Permalink
cb
Browse files Browse the repository at this point in the history
  • Loading branch information
ReFil committed Oct 27, 2023
1 parent 47f47cd commit 7407245
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ jobs:
image: zmkfirmware/zmk-build-arm:stable
name: Build
steps:
- name: Prepare variables
shell: sh -x {0}
env:
shield: ${{ matrix.shield }}
run: |
echo "zephyr_version=${ZEPHYR_VERSION}" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v3
- name: Cache west modules
Expand All @@ -34,6 +40,7 @@ jobs:
- name: West Zephyr export
run: west zephyr-export
- name: West Build (bt60)
shell: sh -x {0}
run: west build -s zmk/app -b bt60 -- -DZMK_CONFIG="${GITHUB_WORKSPACE}/config"
- name: bt60 Kconfig file
run: cat build/zephyr/.config | grep -v "^#" | grep -v "^$"
Expand Down

0 comments on commit 7407245

Please sign in to comment.