kiwix-android/.travis.yml
2019-02-22 21:21:07 +00:00

23 lines
450 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
android:
components:
- tools
- platform-tools
- tools
- build-tools-28.0.3
- android-28
licenses:
- '.+'
script: ./gradlew assembleKiwixRelease kiwixtestUploadKiwix && ./testdroid.py