diff options
-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 |