mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
10 lines
243 B
YAML
10 lines
243 B
YAML
|
|
build:
|
|
image: zephyrprojectrtos/zephyr-build
|
|
|
|
before_script:
|
|
- west init -m https://github.com/petejohanson/zephyr -mr driver-kscan-gpio-matrix-first-pass
|
|
|
|
script:
|
|
- west build -b nucelo_wb55rg -- -DSHIELD=petejohanson_handwire
|