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

Commit

Permalink
Check out Boost code before building required libs
Browse files Browse the repository at this point in the history
  • Loading branch information
cstawarz committed Feb 16, 2010
1 parent 9b2b60a commit f641220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildbot_master/master.cfg
Expand Up @@ -307,6 +307,7 @@ builders.append(editor_builder)

required_libs_factory = factory.BuildFactory()
required_libs_factory.addStep(source.Git(repository_base_url + "mw_supporting.git", current_branch, mode='clobber'))
required_libs_factory.addStep(shell.ShellCommand(command=["git", "submodule", "update", "--init"]))
required_libs_factory.addStep(shell.ShellCommand(command=["python", "fresh_build.py"]))

builder_name = "required_libs"
Expand Down

0 comments on commit f641220

Please sign in to comment.