Merge pull request #195 from kiwix/fix_release_build

Fix release build
This commit is contained in:
Matthieu Gautier 2018-06-18 19:25:23 +02:00 committed by GitHub
commit aeffb90f1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@ class Zimwriterfs(Dependency):
class Source(GitClone):
git_remote = "https://github.com/openzim/zimwriterfs.git"
git_dir = "zimwriterfs"
release_git_ref = "1.1"
class Builder(MesonBuilder):
dependencies = ['libzim', 'zlib', 'xapian-core', 'gumbo', 'icu4c', 'libmagic']

View File

@ -289,7 +289,7 @@ for target in TARGETS:
run_kiwix_build(target,
platform=PLATFORM,
make_release=make_release,
target_only=True)
target_only=environ['TRAVIS_EVENT_TYPE'] == 'cron')
if target == 'kiwix-desktop':
create_app_image()
if make_release and PLATFORM == 'native_dyn':