mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
14 lines
226 B
Bash
Executable File
14 lines
226 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd ${HOME}
|
|
|
|
${TRAVIS_BUILD_DIR}/kiwix-build.py \
|
|
--target-platform $PLATFORM \
|
|
--hide-progress \
|
|
--android-custom-app $CUSTOM_APP \
|
|
--zim-file-size $ZIM_FILE_SIZE \
|
|
kiwix-android-custom
|
|
|