From b086557d43fea5b6e615f3f894b5a480de532d8c Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Fri, 1 May 2020 15:31:05 -0400 Subject: [PATCH] Try adding west update. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8bb3510a..fb1fa766 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