Skip to content

Commit

Permalink
Don't check for all the languages in Travis language-specific builds.
Browse files Browse the repository at this point in the history
This should speed up configure and shorten its output.
  • Loading branch information
vadz committed Aug 2, 2015
1 parent a9c6edb commit 43b2075
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -129,6 +129,7 @@ before_install:
- if test -n "$SWIGLANG"; then export cxxflags=$(Tools/testflags.py --language $SWIGLANG --cxxflags --std=$CPPSTD) && echo $cxxflags; fi
script:
- echo 'Configuring...' && echo -en 'travis_fold:start:script.1\\r'
- if test -n "$SWIGLANG"; then CONFIGOPTS+=(--without-alllang --with-$SWIGLANG$PY3); fi
- echo "${CONFIGOPTS[@]}"
- ./autogen.sh && mkdir -p build/build && cd build/build && ../../configure "${CONFIGOPTS[@]}"
- echo -en 'travis_fold:end:script.1\\r'
Expand Down

0 comments on commit 43b2075

Please sign in to comment.