Ensure submodules are cloned

This commit is contained in:
Devon Mackay 2018-08-30 12:16:59 -04:00
parent fece8f2232
commit b3cc9313c3

View File

@ -13,5 +13,9 @@ jobs:
- image: circleci/postgres:9.6.5-alpine-ram
steps:
- checkout
- run:
name: "Clone Submodules"
command: |
git submodule update --init --recursive
- run: ./script/setup
- run: ./script/cibuild