Mindustry/.travis.yml

19 lines
348 B
YAML
Raw Normal View History

2017-12-21 08:29:41 +07:00
language: android
2017-12-21 08:18:43 +07:00
jdk:
2017-12-21 08:29:41 +07:00
- oraclejdk8
- openjdk8
android:
components:
# The SDK version used to compile your project
- android-26
# Additional components
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
- addon-google_apis-google-26
2017-12-21 08:18:43 +07:00
script: ./gradlew desktop:dist