2020-05-02 05:07:34 +10:00
|
|
|
|
|
|
|
build:
|
|
|
|
image: zephyrprojectrtos/zephyr-build
|
|
|
|
|
2020-05-02 05:16:49 +10:00
|
|
|
before_script:
|
2020-05-02 06:01:27 +10:00
|
|
|
- west init -l .
|
|
|
|
- west update
|
2020-05-02 06:11:07 +10:00
|
|
|
- west config --global zephyr.base-prefer configfile
|
2020-05-02 06:29:18 +10:00
|
|
|
- west zephyr-export
|
2020-05-02 05:16:49 +10:00
|
|
|
|
2020-05-02 05:07:34 +10:00
|
|
|
script:
|
2020-05-02 06:36:56 +10:00
|
|
|
- west build -b nucleo_wb55rg -- -DSHIELD=petejohanson_handwire
|