Commit 24828ff3 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 940ea113
...@@ -19,8 +19,8 @@ win/configure-mariadb.sh ...@@ -19,8 +19,8 @@ win/configure-mariadb.sh
cmake -G "Visual Studio 9 2008" cmake -G "Visual Studio 9 2008"
devenv MySQL.sln /build RelWithDebInfo /out con devenv.com MySQL.sln /build RelWithDebInfo
devenv MySQL.sln /build Debug /out con devenv.com MySQL.sln /build Debug
# TODO extract version number # TODO extract version number
VER=`cat configure.in | 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