mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
Show compiler output in verbose mode.
This commit is contained in:
parent
6fd360e62d
commit
3d623f9017
1 changed files with 4 additions and 0 deletions
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...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue