diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-05-01 15:16:49 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-05-01 15:16:49 -0400 |
commit | f78c4ebe9254c18f5ffaf852667673837649481c (patch) | |
tree | 890319af638dd35420e99c965e7ad28f1c12059d | |
parent | 976f4cadb402b61d11afbdf70e41f28426bb3275 (diff) |
Try to init zephyr before running build.
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15f5110..2b62b39 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,5 +2,8 @@ build: image: zephyrprojectrtos/zephyr-build + before_script: + - west init -m https://github.com/petejohanson/zephyr -mr driver-kscan-gpio-matrix-first-pass + script: - west build -b nucelo_wb55rg -- -DSHIELD=petejohanson_handwire |