mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Make devenv print the build log to stdout (otherwise buildbot times out
while waiting for output): attempt 2
This commit is contained in:
parent
f9f6d2a468
commit
14715cc177
1 changed files with 2 additions and 2 deletions
|
@ -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 |
|
||||
|
|
Loading…
Add table
Reference in a new issue