Skip to content

Commit

Permalink
Update Circle configuration to update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyarnold committed May 23, 2015
1 parent cfca13e commit d434602
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ machine:
xcode:
version: "6.3.1"

checkout:
post:
- git submodule sync
- git submodule update --init

test:
override:
- xctool
Expand Down

0 comments on commit d434602

Please sign in to comment.