Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
play

GitHub Action

Zephyr West

v0.1.0 Pre-release

Zephyr West

play

Zephyr West

Action incorporating Zephyr dependencies and West build tool

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Zephyr West

uses: zmkfirmware/[email protected]

Learn more about this action in zmkfirmware/zephyr-west-action

Choose a version

Zephyr West Github Action

A GitHub Action to allow performing actions using the west build tool.

The action includes the necessary SDK and dependencies to perform builds of Zephyr RTOS applications as well.

Inputs

command

The west command to run, e.g. init or build.

command-args

Extra parameters/arguments to pass to the west command.

Example

TODO: An example!