Skip to content

Commit

Permalink
Include W build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ZodiusInfuser committed Dec 9, 2024
1 parent 177a52a commit 287825f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/micropython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,17 @@ jobs:
- name: Yukon
shortname: yukon
board: PIMORONI_YUKON
- name: Yukon W
shortname: yukon_w
board: PIMORONI_YUKON_W

env:
RELEASE_FILE: pimoroni-${{matrix.shortname}}-${{github.event.release.tag_name || github.sha}}-micropython
FIRMWARE_DIR: "$GITHUB_WORKSPACE/yukon/firmware"
BOARD_DIR: "$GITHUB_WORKSPACE/yukon/firmware/${{matrix.board}}"
FILESYSTEM_DIR: "$GITHUB_WORKSPACE/yukon/lib"
FILESYSTEM_SUFFIX: "with-filesystem"
BOARD: "PIMORONI_YUKON"
BOARD: ${{matrix.board}}

steps:
- name: Compiler Cache
Expand Down

0 comments on commit 287825f

Please sign in to comment.