diff options
author | Timo Schwarzer <me@timoschwarzer.com> | 2017-07-08 11:39:07 +0200 |
---|---|---|
committer | Timo Schwarzer <me@timoschwarzer.com> | 2017-07-11 19:46:23 +0200 |
commit | f93bb4f458b84315b68c7c2ce6ddf1e692121ef8 (patch) | |
tree | 31b01bb895aa885360aa11f9e736f592deb2f9dd /.travis.yml | |
parent | a5bb77d5232668045fc2fb82637b00b5295b8741 (diff) | |
download | redot-engine-f93bb4f458b84315b68c7c2ce6ddf1e692121ef8.tar.gz |
Add options for more human-friendly build output
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 12d49f5d5d..8aa21a4de4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -88,8 +88,8 @@ script: sh ./misc/travis/clang-format.sh; else if [ "$TRAVIS_OS_NAME" = "windows" ]; then - scons platform=$GODOT_TARGET CXX=$CXX openssl=builtin; + scons platform=$GODOT_TARGET progress=no verbose=yes CXX=$CXX openssl=builtin; else - scons platform=$GODOT_TARGET bits=64 CXX=$CXX openssl=builtin; + scons platform=$GODOT_TARGET progress=no verbose=yes bits=64 CXX=$CXX openssl=builtin; fi fi |