Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.

Commit

Permalink
More tweaks to master.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
cstawarz committed Feb 17, 2010
1 parent 324c0bb commit 5a7dcc3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildbot_master/master.cfg
Expand Up @@ -114,16 +114,16 @@ class PathCleanerFactory(factory.BuildFactory):
# name, and get the build instructions from there
base_projects = [ "clean_all",
"required_libs",
"editor",
"scarab",
"example_xml",
"core",
"cppunit_core_tests",
"example_xml",
"marionette_tests1",
"cocoa",
"server",
"client",
"editor",
"installer",
"marionette_tests1"
]

plugins_path = os.getcwd() + "/plugins"
Expand Down Expand Up @@ -329,7 +329,7 @@ example_xml_builder = {'name': builder_name,
'slavename': standard_mac_arch,
'builddir': builder_name,
'factory': XCodeBuildFactory(source.Git(repository_base_url + "mw_examples.git", current_branch, mode=checkout_type),
["InstallTests"]),
["InstallTests"], 'Release'),
}

builders.append(example_xml_builder)
Expand Down

0 comments on commit 5a7dcc3

Please sign in to comment.