Browse Source

Typo fix for west init.

xmkb
Pete Johanson 4 years ago
parent
commit
e238397ee2
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

@ -3,7 +3,7 @@ build: @@ -3,7 +3,7 @@ build:
image: zephyrprojectrtos/zephyr-build
before_script:
- west init -m https://github.com/petejohanson/zephyr -mr driver-kscan-gpio-matrix-first-pass
- west init -m https://github.com/petejohanson/zephyr --mr driver-kscan-gpio-matrix-first-pass
script:
- west build -b nucelo_wb55rg -- -DSHIELD=petejohanson_handwire

Loading…
Cancel
Save