Mindustry/.travis.yml

23 lines
388 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
- openjdk8
android:
components:
- 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
2017-12-21 12:08:21 +07:00
script:
- ./gradlew desktop:dist
- ./gradlew android:build
2017-12-21 12:08:21 +07:00
after_success:
- chmod +x upload-build.sh
- ./upload-build.sh