diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-05-01 16:01:27 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-05-01 16:01:27 -0400 |
commit | 22fdd5e9156211a54e3bcd7b842c217e3953e400 (patch) | |
tree | 33389f9b0200296e59eb0f5a09c988caa3d293e6 | |
parent | 8defd239ae1f0929ae8cb94b4086d6e879d0aa45 (diff) |
Try again after reading more west docs.
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e014d5c..0409883 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,8 @@ build: image: zephyrprojectrtos/zephyr-build before_script: - - cd ../ - - west init zmk + - west init -l . + - west update script: - west build -b nucelo_wb55rg -- -DSHIELD=petejohanson_handwire |