show scons parameters in .travis.yml
This commit is contained in:
parent
2474c37659
commit
2f160de8a5
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue