mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 06:42:21 -04:00
test for buildbot
This commit is contained in:
parent
9d0c749a1c
commit
48204fc208
@ -201,8 +201,7 @@ def syscall(args, shell=False, with_print=True):
|
|||||||
print(u"-----------\n" + u" ".join(args) + u"\n-----------")
|
print(u"-----------\n" + u" ".join(args) + u"\n-----------")
|
||||||
|
|
||||||
if shell:
|
if shell:
|
||||||
# args = ' '.join(args)
|
args = ' '.join(args)
|
||||||
pass
|
|
||||||
call(args, shell=shell)
|
call(args, shell=shell)
|
||||||
|
|
||||||
|
|
||||||
@ -305,10 +304,10 @@ for arch in ARCHS:
|
|||||||
# even though we need only static, we conpile also shared so it
|
# even though we need only static, we conpile also shared so it
|
||||||
# switches the -fPIC properly.
|
# switches the -fPIC properly.
|
||||||
syscall(configure_cmd, shell=True)
|
syscall(configure_cmd, shell=True)
|
||||||
syscall('make clean')
|
syscall('make clean', shell=True)
|
||||||
syscall('make')
|
syscall('make', shell=True)
|
||||||
syscall('make install')
|
syscall('make install', shell=True)
|
||||||
syscall('make clean')
|
syscall('make clean', shell=True)
|
||||||
|
|
||||||
# check that the step went well
|
# check that the step went well
|
||||||
if COMPILE_LIBLZMA or COMPILE_LIBZIM or COMPILE_LIBKIWIX:
|
if COMPILE_LIBLZMA or COMPILE_LIBZIM or COMPILE_LIBKIWIX:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user