diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-05-01 16:11:07 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-05-01 16:11:07 -0400 |
commit | bf8c287c705f86d63b522c1bec70ab8597d1f731 (patch) | |
tree | 7918b0d244ca94213a1d9fa1c71a8681bab992f2 | |
parent | 22fdd5e9156211a54e3bcd7b842c217e3953e400 (diff) |
One more config tweak.
-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 0409883..7ca8d86 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ build: before_script: - west init -l . - west update + - west config --global zephyr.base-prefer configfile script: - west build -b nucelo_wb55rg -- -DSHIELD=petejohanson_handwire |