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

20 lines
383 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
- build-tools-26.0.1
2015-12-01 20:31:10 +00:00
# The SDK version used to compile NewPipe
- android-26
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
- '.+'