Merge pull request #126 from kiwix/fix_travis_typos

Fix typos.
This commit is contained in:
Matthieu Gautier 2018-02-26 15:50:44 +01:00 committed by GitHub
commit 89696df3e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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'

View File

@ -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)