diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-05-01 15:07:34 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-05-01 15:07:34 -0400 |
commit | 1a65615e7c3742015afafa6cae461e0a44ccd102 (patch) | |
tree | d4047da7e921493d01632cae54ac1350061ad84f | |
parent | f79c2c1cb21061587bae4156567fbe33287772a9 (diff) |
Initial stab at CI process.
-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 |