Another approach.
This commit is contained in:
parent
5891a5529b
commit
8defd239ae
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ build:
|
||||||
image: zephyrprojectrtos/zephyr-build
|
image: zephyrprojectrtos/zephyr-build
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- west init
|
- cd ../
|
||||||
|
- west init zmk
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- west build -b nucelo_wb55rg -- -DSHIELD=petejohanson_handwire
|
- west build -b nucelo_wb55rg -- -DSHIELD=petejohanson_handwire
|
||||||
|
|
Loading…
Reference in a new issue