diff options
-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 |