scripts: run windows builds verbose

This commit is contained in:
Alibek Omarov 2019-11-05 09:41:58 +03:00
parent 39abd82e5d
commit 6bc6f0dd70
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ cd $TRAVIS_BUILD_DIR
# NOTE: to build with other version use --msvc_version during configuration
# NOTE: sometimes you may need to add WinSDK to %PATH%
./waf.bat configure -s "$TRAVIS_BUILD_DIR/SDL2_VC" -T "debug" --prefix=`pwd` || die
./waf.bat build || die
./waf.bat build -v || die
echo After build
./waf.bat install || die