From f78c4ebe9254c18f5ffaf852667673837649481c Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Fri, 1 May 2020 15:16:49 -0400 Subject: [PATCH] Try to init zephyr before running build. --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15f51106..2b62b392 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,5 +2,8 @@ build: image: zephyrprojectrtos/zephyr-build + before_script: + - west init -m https://github.com/petejohanson/zephyr -mr driver-kscan-gpio-matrix-first-pass + script: - west build -b nucelo_wb55rg -- -DSHIELD=petejohanson_handwire