Try to init zephyr before running build.
This commit is contained in:
parent
976f4cadb4
commit
f78c4ebe92
1 changed files with 3 additions and 0 deletions
|
@ -2,5 +2,8 @@
|
||||||
build:
|
build:
|
||||||
image: zephyrprojectrtos/zephyr-build
|
image: zephyrprojectrtos/zephyr-build
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- west init -m https://github.com/petejohanson/zephyr -mr driver-kscan-gpio-matrix-first-pass
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- west build -b nucelo_wb55rg -- -DSHIELD=petejohanson_handwire
|
- west build -b nucelo_wb55rg -- -DSHIELD=petejohanson_handwire
|
||||||
|
|
Loading…
Reference in a new issue