diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-05-01 16:29:18 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-05-01 16:29:18 -0400 |
commit | 0ae99904fb9a13f0be15821258694769fa8ea48d (patch) | |
tree | 7a77007ccff2f0009e5a70cb42a8681733f185c2 | |
parent | bf8c287c705f86d63b522c1bec70ab8597d1f731 (diff) |
Try exporting Zephyr CMake package.
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ca8d86..8053da6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ build: - west init -l . - west update - west config --global zephyr.base-prefer configfile + - west zephyr-export script: - west build -b nucelo_wb55rg -- -DSHIELD=petejohanson_handwire |