From 8defd239ae1f0929ae8cb94b4086d6e879d0aa45 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Fri, 1 May 2020 15:50:56 -0400 Subject: [PATCH] Another approach. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ddcd3c3..e014d5c4 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