Skip to content
This repository was archived by the owner on Apr 6, 2022. It is now read-only.

Commit d6c36f7

Browse files
committed
ci: Add 'west update' to get modules "installed"
We need to invoke 'west update' to get modules cloned/etc so any builds that require them have the code available. Signed-off-by: Kumar Gala <[email protected]>
1 parent 7ce7eaa commit d6c36f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.shippable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ build:
4343
ci:
4444
- git submodule update --remote
4545
- cd zephyr
46+
- west update
4647
- cp $CI_TEST_PREP_STATE/tests.csv.gz .
4748
- cp $CI_TEST_PREP_STATE/zephyrrc .
4849
- source zephyrrc

0 commit comments

Comments
 (0)