1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-11-11 14:56:10 +03:00
Mindustry/.travis.yml

24 lines
392 B
YAML
Raw Normal View History

2017-12-21 04:29:41 +03:00
language: android
2017-12-21 04:18:43 +03:00
jdk:
2017-12-21 04:29:41 +03: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 04:18:43 +03:00
2017-12-21 08:08:21 +03:00
script:
- ./gradlew desktop:dist
2017-12-21 08:08:21 +03:00
after_success:
- chmod +x upload-build.sh
2018-02-03 00:34:05 +03:00
- chmod +x cleanup_builds.sh
2017-12-21 08:08:21 +03:00
- ./upload-build.sh
2017-12-21 23:08:31 +03:00