NewPipe/.travis.yml

21 lines
384 B
YAML
Raw Normal View History

2015-12-01 21:31:10 +01:00
language: android
2016-07-25 12:28:00 +02:00
jdk:
- oraclejdk8
2015-12-01 22:32:44 +01:00
android:
2015-12-01 21:31:10 +01:00
components:
# The BuildTools version used by NewPipe
2015-12-20 02:13:42 +01:00
- tools
2017-04-26 22:07:24 +02:00
- build-tools-25.0.2
2015-12-01 21:31:10 +01:00
# The SDK version used to compile NewPipe
2016-12-19 19:36:24 +01:00
- android-25
2015-12-01 21:31:10 +01:00
# Additional components
2015-12-01 23:16:58 +01:00
- extra-android-m2repository
script: ./gradlew -Dorg.gradle.jvmargs=-Xmx1536m assembleDebug lintDebug testDebugUnitTest
2016-12-19 19:40:28 +01:00
licenses:
2016-12-24 01:25:27 +01:00
- '.+'
2016-12-19 19:40:28 +01:00