From 1a65615e7c3742015afafa6cae461e0a44ccd102 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Fri, 1 May 2020 15:07:34 -0400 Subject: [PATCH] Initial stab at CI process. --- .gitlab-ci.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitlab-ci.yaml diff --git a/.gitlab-ci.yaml b/.gitlab-ci.yaml new file mode 100644 index 00000000..15f51106 --- /dev/null +++ b/.gitlab-ci.yaml @@ -0,0 +1,6 @@ + +build: + image: zephyrprojectrtos/zephyr-build + + script: + - west build -b nucelo_wb55rg -- -DSHIELD=petejohanson_handwire