1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-07-02 01:53:19 +00:00
NewPipe/.travis.yml

21 lines
384 B
YAML
Raw Normal View History

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