First attempt at an automated nightbuild script
git-svn-id: http://mc-server.googlecode.com/svn/trunk@308 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
1
Install/WCVersion.cmd.template
Normal file
1
Install/WCVersion.cmd.template
Normal file
@@ -0,0 +1 @@
|
||||
set WCREV=$WCREV$
|
||||
16
Install/Zip2008.list
Normal file
16
Install/Zip2008.list
Normal file
@@ -0,0 +1,16 @@
|
||||
MCServer.exe
|
||||
Plugins
|
||||
webadmin
|
||||
banned.example.ini
|
||||
furnace.txt
|
||||
groups.example.ini
|
||||
items.ini
|
||||
Lua-LICENSE.txt
|
||||
MersenneTwister-LICENSE.txt
|
||||
monsters.ini
|
||||
recipes.txt
|
||||
settings.example.ini
|
||||
terrain.ini
|
||||
users.example.ini
|
||||
webadmin.example.ini
|
||||
whitelist.example.ini
|
||||
7
Install/Zip2008_PDBs.list
Normal file
7
Install/Zip2008_PDBs.list
Normal file
@@ -0,0 +1,7 @@
|
||||
VC2008\Release\*.pdb
|
||||
VC2008\Release\JsonCpp\*.pdb
|
||||
VC2008\Release\Lua\*.pdb
|
||||
VC2008\Release\ToLua\*.pdb
|
||||
VC2008\Release\webserver\*.pdb
|
||||
VC2008\Release\zlib*.pdb
|
||||
|
||||
7
Install/upload_win.ftp.template.example
Normal file
7
Install/upload_win.ftp.template.example
Normal file
@@ -0,0 +1,7 @@
|
||||
user Username
|
||||
Password
|
||||
binary
|
||||
put ..\MCServer_Win_$WCREV$.7z
|
||||
cd PDBs
|
||||
put ..\MCServer_Win_$WCREV$_PDBs.7z
|
||||
quit
|
||||
Reference in New Issue
Block a user