mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
Try to skip maven tests when compiling
This commit is contained in:
parent
6d23119fae
commit
6336de11a7
1 changed files with 2 additions and 1 deletions
|
|
@ -506,7 +506,8 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d
|
|||
maven_dir = root_dir
|
||||
|
||||
mvncmd = [config['mvn3'], '-Dandroid.sdk.path=' + config['sdk_path'],
|
||||
'-Dandroid.sign.debug=false', '-Dandroid.release=true', 'package']
|
||||
'-Dandroid.sign.debug=false', '-Dmaven.test.skip=true',
|
||||
'-Dandroid.release=true', 'package']
|
||||
if 'target' in thisbuild:
|
||||
target = thisbuild["target"].split('-')[1]
|
||||
subprocess.call(['sed', '-i',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue