2020-05-02 05:07:34 +10:00
|
|
|
|
|
|
|
build:
|
|
|
|
image: zephyrprojectrtos/zephyr-build
|
|
|
|
|
2020-05-02 05:16:49 +10:00
|
|
|
before_script:
|
|
|
|
- west init -m https://github.com/petejohanson/zephyr -mr driver-kscan-gpio-matrix-first-pass
|
|
|
|
|
2020-05-02 05:07:34 +10:00
|
|
|
script:
|
|
|
|
- west build -b nucelo_wb55rg -- -DSHIELD=petejohanson_handwire
|