Attempt to build the docker image.

This commit is contained in:
Pete Johanson
2020-05-10 23:27:40 -04:00
parent fa4424692c
commit 35d2993963
2 changed files with 89 additions and 0 deletions

View File

@@ -11,3 +11,12 @@ build:
script:
- west build -b nucleo_wb55rg -- -DSHIELD=petejohanson_handwire
build:dockerimage:
services:
- docker:stable-dind
image: docker:stable
script:
- docker build .