mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
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:
parent
4b472aed5a
commit
64729ba9fe
4 changed files with 37 additions and 5 deletions
|
@ -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...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue