Commit 14715cc1 authored by Sergey Petrunya's avatar Sergey Petrunya

Make devenv print the build log to stdout (otherwise buildbot times out

while waiting for output): attempt 2

parent f9f6d2a4
......@@ -19,8 +19,8 @@ win/configure-mariadb.sh
cmake -G "Visual Studio 9 2008"
devenv MySQL.sln /build RelWithDebInfo /out con
devenv MySQL.sln /build Debug /out con
devenv.com MySQL.sln /build RelWithDebInfo
devenv.com MySQL.sln /build Debug
# TODO extract version number
VER=`cat configure.in |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment