show scons parameters in .travis.yml

This commit is contained in:
Chris Beck 2014-11-04 12:26:52 -05:00
parent 2474c37659
commit 2f160de8a5

View file

@ -57,6 +57,7 @@ install:
script:
- if [ "$CHECK_UTF8" = true ]; then time ./utils/travis/check_utf8.sh; fi
- time ./utils/travis/utf8_bom_dog.sh
- echo "Parameters: cxxtool=$CXX --debug=time build=release extra_flags_release="$EXTRA_FLAGS_RELEASE" strict=$STRICT_COMPILATION $TARGETS cxx0x=$CXX11"
- scons cxxtool=$CXX --debug=time build=release extra_flags_release="$EXTRA_FLAGS_RELEASE" strict=$STRICT_COMPILATION $TARGETS cxx0x=$CXX11
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"