Also try to cross-compile zim-tools in travis cron.

This commit is contained in:
Matthieu Gautier 2018-05-09 10:38:24 +02:00
parent a417b044f8
commit dac4fcd1f8
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ elif PLATFORM.startswith('native_'):
else:
TARGETS = ('libzim', 'zimwriterfs', 'zim-tools', 'kiwix-lib', 'kiwix-tools')
else:
TARGETS = ('libzim', 'kiwix-lib', 'kiwix-tools')
TARGETS = ('libzim', 'zim-tools', 'kiwix-lib', 'kiwix-tools')
for target in TARGETS:
if environ['TRAVIS_EVENT_TYPE'] == 'cron':