Commit f9f6d2a4 authored by Sergey Petrunya's avatar Sergey Petrunya

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

while waiting for output)
parent 16e7757e
...@@ -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 devenv MySQL.sln /build RelWithDebInfo /out con
devenv MySQL.sln /build Debug devenv MySQL.sln /build Debug /out con
# 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