12 lines
266 B
YAML
12 lines
266 B
YAML
|
|
build:
|
|
image: zephyrprojectrtos/zephyr-build
|
|
|
|
before_script:
|
|
- west init -l .
|
|
- west update
|
|
- west config --global zephyr.base-prefer configfile
|
|
- west zephyr-export
|
|
|
|
script:
|
|
- west build -b nucelo_wb55rg -- -DSHIELD=petejohanson_handwire
|