kiwix-android/.travis.yml
2019-02-06 17:29:02 +00:00

33 lines
678 B
YAML

language: android
jdk: oraclejdk8
sudo: required
install:
- pip install --user 'requests[security]'
- wget -r -nH -nd -np -R index.html* robots.txt* http://download.kiwix.org/dev/android/api/licenses/ -e robots=off -P $ANDROID_HOME/licenses || true
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
- $HOME/.android/build-cache
android:
components:
- tools
- platform-tools
- tools
- build-tools-28.0.3
- android-28
licenses:
- '.+'
script: ./gradlew assembleKiwixRelease testdroidUploadKiwix && ./testdroid.py