diff options
| author | Pete Johanson <peter@peterjohanson.com> | 2020-05-01 15:08:13 -0400 |
|---|---|---|
| committer | Pete Johanson <peter@peterjohanson.com> | 2020-05-01 15:08:13 -0400 |
| commit | 976f4cadb402b61d11afbdf70e41f28426bb3275 (patch) | |
| tree | 46b1dded010ad1e6b0ec5e3115430681d34d2b0a /.gitlab-ci.yml | |
| parent | 1a65615e7c3742015afafa6cae461e0a44ccd102 (diff) | |
Fix filename.
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..15f5110 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,6 @@ + +build: + image: zephyrprojectrtos/zephyr-build + + script: + - west build -b nucelo_wb55rg -- -DSHIELD=petejohanson_handwire |
