1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 12:21:15 +00:00
syncthing-android/.travis.yml

16 lines
357 B
YAML

language: android
android:
components:
- build-tools-21.1.0
- extra-android-m2repository
- android-8
- android-16
- android-21
env:
matrix:
- ANDROID_SDKS=android-8 ANDROID_TARGET=android-8 ANDROID_ABI=armeabi
- ANDROID_SDKS=android-21 ANDROID_TARGET=android-21 ANDROID_ABI=x86
script: "./gradlew build"