diff options
| author | Pete Johanson <peter@peterjohanson.com> | 2020-05-01 15:46:19 -0400 |
|---|---|---|
| committer | Pete Johanson <peter@peterjohanson.com> | 2020-05-01 15:46:19 -0400 |
| commit | 5891a5529bbb74ad0149e3d6556a6b9432754470 (patch) | |
| tree | c92b927472abc15c5abf6d562063dd6dfda767fb /.gitlab-ci.yml | |
| parent | b086557d43fea5b6e615f3f894b5a480de532d8c (diff) | |
Try using west.yml file instead.
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fb1fa76..5ddcd3c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,7 @@ build: image: zephyrprojectrtos/zephyr-build before_script: - - west init -m https://github.com/petejohanson/zephyr --mr driver-kscan-gpio-matrix-first-pass - - west update . + - west init script: - west build -b nucelo_wb55rg -- -DSHIELD=petejohanson_handwire |
