commit
89696df3e3
|
@ -33,7 +33,7 @@ deploy:
|
|||
script: travis/deploy.sh
|
||||
on:
|
||||
branch: master
|
||||
condition: $TRAVIS_ENV_TYPE = cron
|
||||
condition: $TRAVIS_EVENT_TYPE = cron
|
||||
env:
|
||||
global:
|
||||
- MATRIX_EVAL="CC=gcc-5 && CXX=g++-5"
|
||||
|
|
|
@ -168,7 +168,7 @@ elif PLATFORM == 'win32_static':
|
|||
('{}.exe'.format(b) for b in kiwix_tools_bins))
|
||||
elif PLATFORM == 'armhf_static':
|
||||
make_archive('kiwix-tools_armhf-{}.'.format(kiwix_tools_postfix), kiwix_tools_bins)
|
||||
elif PLATFORM.startswith('android_'):
|
||||
elif PLATFORM.startswith('android_') and 'kiwix-android' in TARGETS:
|
||||
APK_NAME = "kiwix-{}".format(PLATFORM)
|
||||
source_debug_dir = BASE_DIR/'kiwix-android'/'app'/'build'/'outputs'/'apk'/'kiwix'/'debug'
|
||||
source_release_dir = BASE_DIR/'kiwix-android'/'app'/'build'/'outputs'/'apk'/'kiwix'/'release'
|
||||
|
|
|
@ -24,7 +24,7 @@ then
|
|||
then
|
||||
scp -vrp -i ${SSH_KEY} \
|
||||
${RELEASE_ARCHIVES} \
|
||||
nightlybot@download.kiwix.org:/var/www/download.kiwix.org/releases
|
||||
nightlybot@download.kiwix.org:/var/www/download.kiwix.org/release
|
||||
fi
|
||||
|
||||
DIST_KIWIX_ARCHIVES=$(find $DIST_KIWIX_ARCHIVES_DIR -type f)
|
||||
|
|
Loading…
Reference in New Issue