mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 01:15:14 +01:00
20 lines
431 B
YAML
20 lines
431 B
YAML
language: android
|
|
android:
|
|
components:
|
|
- platform-tools
|
|
- tools
|
|
|
|
# The BuildTools version used by your project
|
|
- build-tools-23.0.3
|
|
- android-23
|
|
- extra-android-m2repository
|
|
- extra-google-m2repository
|
|
- extra-android-support
|
|
- extra-google-google_play_services
|
|
|
|
before_script:
|
|
- chmod +x gradlew
|
|
#Build, and run tests
|
|
script: "./gradlew clean assembleDebug testDebugUnitTest"
|
|
sudo: false
|