mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 20:31:16 +00:00
17 lines
357 B
YAML
17 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"
|
||
|
|