blob: 605ef5d66a6da2febe309b9a0af436c56259bc77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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 nucleo_wb55rg -- -DSHIELD=petejohanson_handwire
|