diff options
-rw-r--r-- | .gitlab-ci.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yaml b/.gitlab-ci.yaml new file mode 100644 index 0000000..15f5110 --- /dev/null +++ b/.gitlab-ci.yaml @@ -0,0 +1,6 @@ + +build: + image: zephyrprojectrtos/zephyr-build + + script: + - west build -b nucelo_wb55rg -- -DSHIELD=petejohanson_handwire |