Add extra build commands that can run after scan/tarball

Commands used in the 'build' section are for actual building that
produces binary output. Some existing stuff will need to move from
'prebuild' to this. See manual for more information.
This commit is contained in:
Ciaran Gultnieks 2013-03-20 09:30:56 +00:00
parent 4b472aed5a
commit 64729ba9fe
4 changed files with 37 additions and 5 deletions

View file

@ -98,7 +98,7 @@ def main():
print "..scanning version " + thisbuild['version']
# Prepare the source code...
root_dir = common.prepare_source(vcs, app, thisbuild,
root_dir, _ = common.prepare_source(vcs, app, thisbuild,
build_dir, extlib_dir, sdk_path, ndk_path, javacc_path, mvn3, options.verbose)
# Do the scan...