Don't check for all the languages in Travis language-specific builds.
This should speed up configure and shorten its output.
This commit is contained in:
parent
a9c6edb3fb
commit
43b2075918
1 changed files with 1 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue