Update .travis.yml
add a report of the actual precise version info of the compiler
This commit is contained in:
parent
b4d49a3675
commit
390e82530f
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ install:
|
|||
script:
|
||||
- if [ "$CHECK_UTF8" = true ]; then time ./utils/travis/check_utf8.sh; fi
|
||||
- time ./utils/travis/utf8_bom_dog.sh
|
||||
- $CXX --version
|
||||
- echo "*Params* --- " "cxxtool=$CXX --debug=time build=release extra_flags_release="$EXTRA_FLAGS_RELEASE" strict=$STRICT_COMPILATION $TARGETS cxx0x=$CXX11 nls=$NLS"
|
||||
- scons cxxtool=$CXX --debug=time build=release extra_flags_release="$EXTRA_FLAGS_RELEASE" strict=$STRICT_COMPILATION $TARGETS cxx0x=$CXX11 nls=$NLS
|
||||
- "export DISPLAY=:99.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue