Merge pull request #220 from kiwix/travis_no_dep_archive_android
[TRAVIS] Do not make a deps archive when PLATFORM is android.
This commit is contained in:
commit
a17cdeba49
|
@ -308,7 +308,7 @@ else:
|
|||
TARGETS = ('libzim', 'zim-tools', 'kiwix-lib', 'kiwix-tools')
|
||||
|
||||
for target in TARGETS:
|
||||
if environ['TRAVIS_EVENT_TYPE'] == 'cron':
|
||||
if environ['TRAVIS_EVENT_TYPE'] == 'cron' and PLATFORM != 'android':
|
||||
run_kiwix_build(target,
|
||||
platform=PLATFORM,
|
||||
build_deps_only=True)
|
||||
|
|
Loading…
Reference in New Issue