diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-05-01 15:50:56 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-05-01 15:50:56 -0400 |
commit | 8defd239ae1f0929ae8cb94b4086d6e879d0aa45 (patch) | |
tree | 92651b5ccd5031da3001912ffa87319b7c961f7c | |
parent | 5891a5529bbb74ad0149e3d6556a6b9432754470 (diff) |
Another approach.
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ddcd3c..e014d5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,8 @@ build: image: zephyrprojectrtos/zephyr-build before_script: - - west init + - cd ../ + - west init zmk script: - west build -b nucelo_wb55rg -- -DSHIELD=petejohanson_handwire |