From 5891a5529bbb74ad0149e3d6556a6b9432754470 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Fri, 1 May 2020 15:46:19 -0400 Subject: [PATCH] Try using west.yml file instead. --- .gitlab-ci.yml | 3 +-- west.yml | 13 +++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 west.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fb1fa766..5ddcd3c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,7 @@ build: image: zephyrprojectrtos/zephyr-build before_script: - - west init -m https://github.com/petejohanson/zephyr --mr driver-kscan-gpio-matrix-first-pass - - west update . + - west init script: - west build -b nucelo_wb55rg -- -DSHIELD=petejohanson_handwire diff --git a/west.yml b/west.yml new file mode 100644 index 00000000..8b76eb8b --- /dev/null +++ b/west.yml @@ -0,0 +1,13 @@ +manifest: + remotes: + - name: zephyrproject-rtos + url-base: https://github.com/zephyrproject-rtos + - name: petejohanson + url-base: https://github.com/petejohanson + projects: + - name: zephyr + remote: petejohanson + revision: driver-kscan-gpio-matrix-first-pass + import: true + self: + path: zmk