scripts: run windows builds verbose
This commit is contained in:
parent
39abd82e5d
commit
6bc6f0dd70
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue