Added the custom and test scripts to the buildbot (#2658)
* Added the custom and test scripts to the buildbot All scripts inside the custom and test npc directory are now parsed and executed automatically by the buildbot. The only exceptions are the custom battleground scripts that would cause duplication warnings. Thanks to @Jeybla for the Unix script!
This commit is contained in:
@@ -102,6 +102,10 @@ test_script:
|
||||
|
||||
%MYSQL% -u %DB_ROOT% -p%DB_ROOTPW% -e "GRANT ALL ON *.* TO '%DB_USER%'@'%DB_HOST%' IDENTIFIED BY '%DB_USERPW%';"
|
||||
|
||||
rem Activate all custom and test scripts
|
||||
|
||||
start /d tools\ci npc.bat
|
||||
|
||||
rem Start the map server
|
||||
|
||||
map-server.exe --run-once
|
||||
|
||||
Reference in New Issue
Block a user