diff options
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fb1fa76..5ddcd3c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +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 update . + - west init script: - west build -b nucelo_wb55rg -- -DSHIELD=petejohanson_handwire |
