diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-05-01 15:31:05 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-05-01 15:31:05 -0400 |
commit | b086557d43fea5b6e615f3f894b5a480de532d8c (patch) | |
tree | 901fe1bf828d83ef2a57e91e250cf6f4030c1a29 /.gitlab-ci.yml | |
parent | e238397ee2e320d7e529f29fadc1a95107a2fdec (diff) |
Try adding west update.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8bb3510..fb1fa76 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ build: before_script: - west init -m https://github.com/petejohanson/zephyr --mr driver-kscan-gpio-matrix-first-pass + - west update . script: - west build -b nucelo_wb55rg -- -DSHIELD=petejohanson_handwire |