mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 02:58:07 +00:00
travis: stop --depth 1 for submodules, it won't work yet
This commit is contained in:
parent
2739536408
commit
9cbe5a05c6
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ before_install:
|
|||
- sudo mv gas-preprocessor.pl /usr/local/bin
|
||||
- sudo ln -s /usr/local/bin/glibtoolize /usr/local/bin/libtoolize
|
||||
- sudo ln -s /usr/bin/strings /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/strings
|
||||
- git submodule update --init --recursive --depth 1
|
||||
- git submodule update --init --recursive
|
||||
|
||||
install:
|
||||
- ./prepare.py -d x86_64 -G Ninja
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue