mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-10 08:26:28 +00:00
show scons parameters in .travis.yml
This commit is contained in:
parent
2474c37659
commit
2f160de8a5
@ -57,6 +57,7 @@ install:
|
|||||||
script:
|
script:
|
||||||
- if [ "$CHECK_UTF8" = true ]; then time ./utils/travis/check_utf8.sh; fi
|
- if [ "$CHECK_UTF8" = true ]; then time ./utils/travis/check_utf8.sh; fi
|
||||||
- time ./utils/travis/utf8_bom_dog.sh
|
- 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
|
- scons cxxtool=$CXX --debug=time build=release extra_flags_release="$EXTRA_FLAGS_RELEASE" strict=$STRICT_COMPILATION $TARGETS cxx0x=$CXX11
|
||||||
- "export DISPLAY=:99.0"
|
- "export DISPLAY=:99.0"
|
||||||
- "sh -e /etc/init.d/xvfb start"
|
- "sh -e /etc/init.d/xvfb start"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user