mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-15 21:47:48 -04:00
Show compiler output in verbose mode.
This commit is contained in:
4
build.py
4
build.py
@@ -359,6 +359,8 @@ for app in apps:
|
||||
print output
|
||||
print "NDK build failed"
|
||||
sys.exit(1)
|
||||
elif options.verbose:
|
||||
print output
|
||||
|
||||
# Build the release...
|
||||
if thisbuild.has_key('antcommand'):
|
||||
@@ -372,6 +374,8 @@ for app in apps:
|
||||
print output
|
||||
print "Build failed"
|
||||
sys.exit(1)
|
||||
elif options.verbose:
|
||||
print output
|
||||
print "Build successful"
|
||||
|
||||
# Find the apk name in the output...
|
||||
|
||||
Reference in New Issue
Block a user