Initial stab at CI process.
This commit is contained in:
parent
f79c2c1cb2
commit
1a65615e7c
1 changed files with 6 additions and 0 deletions
6
.gitlab-ci.yaml
Normal file
6
.gitlab-ci.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
build:
|
||||
image: zephyrprojectrtos/zephyr-build
|
||||
|
||||
script:
|
||||
- west build -b nucelo_wb55rg -- -DSHIELD=petejohanson_handwire
|
Loading…
Reference in a new issue