forked from premiere/premiere-libtorrent
attempt tp get submodules to work on travis again
This commit is contained in:
parent
bd177a857f
commit
91a08606cf
|
@ -13,6 +13,9 @@ compiler:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
- clang
|
||||||
|
|
||||||
|
git:
|
||||||
|
submodules: false
|
||||||
|
|
||||||
# container-based builds
|
# container-based builds
|
||||||
sudo: false
|
sudo: false
|
||||||
cache:
|
cache:
|
||||||
|
@ -33,7 +36,7 @@ addons:
|
||||||
- g++-4.8
|
- g++-4.8
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- git submodule foreach git pull origin master --depth=1
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- 'echo "using gcc : : ccache g++-4.8 : <cxxflags>-std=c++11 ;" > ~/user-config.jam'
|
- 'echo "using gcc : : ccache g++-4.8 : <cxxflags>-std=c++11 ;" > ~/user-config.jam'
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 48c4dd76d728d153ea183dc1cfeeff4ac0f8d7d7
|
Subproject commit dc868f86caa44fdb3fcf41e99b881a916a457781
|
Loading…
Reference in New Issue