File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -635,16 +635,20 @@ before_install: |
635
635
# Multibuild doesn't have releases, so --depth would break eventually (see
636
636
# https://superuser.com/questions/1240216/server-does-not-allow-request-for-unadvertised)
637
637
git submodule update --init multibuild
638
+ echo "Source multibuild/common_utils.sh"
638
639
source multibuild/common_utils.sh
639
640
# https://github.com/matthew-brett/multibuild/issues/116
640
641
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export ARCH_FLAGS=" "; fi
642
+ echo "Source multibuild/travis_steps.sh"
641
643
source multibuild/travis_steps.sh
642
644
# This sets -x
645
+ echo "Source travis_multibuild_customize.sh"
643
646
source travis_multibuild_customize.sh
644
647
echo $ENABLE_CONTRIB > contrib.enabled
645
648
echo $ENABLE_HEADLESS > headless.enabled
646
649
647
650
if [ -n "$IS_OSX" ]; then
651
+ echo "homebrew"
648
652
TAPS="$(brew --repository)/Library/Taps"
649
653
if [ -e "$TAPS/caskroom/homebrew-cask" -a -e "$TAPS/homebrew/homebrew-cask" ]; then
650
654
rm -rf "$TAPS/caskroom/homebrew-cask"
@@ -658,7 +662,7 @@ before_install: |
658
662
659
663
brew_cache_cleanup
660
664
fi
661
-
665
+ echo "end"
662
666
# Not interested in travis internal scripts' output
663
667
set +x
664
668
You can’t perform that action at this time.
0 commit comments