File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -647,21 +647,22 @@ jobs:
647
647
before_install : |
648
648
set -e
649
649
650
- if [[ $SDIST == 0 ]]; then
651
- # Check out and prepare the source
652
- # Multibuild doesn't have releases, so --depth would break eventually (see
653
- # https://superuser.com/questions/1240216/server-does-not-allow-request-for-unadvertised)
654
- git submodule update --init multibuild
650
+ # Check out and prepare the source
651
+ # Multibuild doesn't have releases, so --depth would break eventually (see
652
+ # https://superuser.com/questions/1240216/server-does-not-allow-request-for-unadvertised)
653
+ git submodule update --init multibuild
654
+
655
+ source multibuild/common_utils.sh
655
656
656
- source multibuild/common_utils.sh
657
+ # https://github.com/matthew-brett/multibuild/issues/116
658
+ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export ARCH_FLAGS=" "; fi
657
659
658
- # https://github.com/matthew-brett/multibuild/issues/116
659
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export ARCH_FLAGS=" "; fi
660
+ source multibuild/travis_steps.sh
661
+ # This sets -x
662
+ source travis_multibuild_customize.sh
660
663
661
- source multibuild/travis_steps.sh
662
- # This sets -x
664
+ if [[ $SDIST == 0 ]]; then
663
665
664
- source travis_multibuild_customize.sh
665
666
echo $ENABLE_CONTRIB > contrib.enabled
666
667
echo $ENABLE_HEADLESS > headless.enabled
667
668
You can’t perform that action at this time.
0 commit comments