[circleci] init submodules
This commit is contained in:
parent
d026d38047
commit
742ad0748f
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ machine:
|
|||
post:
|
||||
- echo "there"
|
||||
|
||||
checkout:
|
||||
post:
|
||||
- git submodule update --init
|
||||
|
||||
dependencies:
|
||||
cache_directories:
|
||||
- "~/.ccache"
|
||||
|
|
Loading…
Add table
Reference in a new issue