Ensure submodules are cloned
This commit is contained in:
parent
fece8f2232
commit
b3cc9313c3
@ -13,5 +13,9 @@ jobs:
|
|||||||
- image: circleci/postgres:9.6.5-alpine-ram
|
- image: circleci/postgres:9.6.5-alpine-ram
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- run:
|
||||||
|
name: "Clone Submodules"
|
||||||
|
command: |
|
||||||
|
git submodule update --init --recursive
|
||||||
- run: ./script/setup
|
- run: ./script/setup
|
||||||
- run: ./script/cibuild
|
- run: ./script/cibuild
|
||||||
|
Loading…
x
Reference in New Issue
Block a user