[circleci] init submodules

This commit is contained in:
Dane Springmeyer 2016-03-14 10:32:40 -07:00
parent d026d38047
commit 742ad0748f

View file

@ -13,6 +13,10 @@ machine:
post:
- echo "there"
checkout:
post:
- git submodule update --init
dependencies:
cache_directories:
- "~/.ccache"