mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-23 12:33:10 -04:00
commit
aeffb90f1f
@ -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']
|
||||
|
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user