[Scummvm-cvs-logs] SF.net SVN: scummvm:[55913] buildbot/config/master.cfg

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Sun Feb 20 18:41:30 CET 2011


Revision: 55913
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55913&view=rev
Author:   dhewg
Date:     2011-02-20 17:41:29 +0000 (Sun, 20 Feb 2011)

Log Message:
-----------
BUILDBOT: Disable the testbed engine on master

Modified Paths:
--------------
    buildbot/config/master.cfg

Modified: buildbot/config/master.cfg
===================================================================
--- buildbot/config/master.cfg	2011-02-20 10:30:11 UTC (rev 55912)
+++ buildbot/config/master.cfg	2011-02-20 17:41:29 UTC (rev 55913)
@@ -812,8 +812,11 @@
 
 	f.addStep(scumm.Prepare(configure = configure_path))
 
-	f.addStep(scumm.Configure(command = [ configure_path, "--enable-all-engines" ] +
-								config["configureargs"],
+	f.addStep(scumm.Configure(command = [
+											configure_path,
+											"--enable-all-engines",
+											"--disable-testbed"
+										] + config["configureargs"],
 								env = config["env"]))
 
 	f.addStep(Compile(command = [


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list