chiark / gitweb /
Try to skip maven tests when compiling
authorDaniel Martí <mvdan@mvdan.cc>
Mon, 20 Jan 2014 11:22:05 +0000 (12:22 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 20 Jan 2014 11:22:05 +0000 (12:22 +0100)
fdroidserver/build.py

index 722fd4aa00105d9d5ecdaac118040e3dc874f47f..79b40155dc415eef48921c8ec13258502fd93e3c 100644 (file)
@@ -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',