Mindustry/.travis.yml

26 lines
444 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-27
2017-12-21 08:29:41 +07:00
# Additional components
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
- addon-google_apis-google-27
2018-07-12 21:24:56 +07:00
- build-tools-27.0.3
2017-12-21 08:18:43 +07:00
script:
- ./gradlew desktop:dist
- ./gradlew server:dist
2017-12-21 12:08:21 +07:00
after_success:
- chmod +x upload-build.sh
2018-02-03 04:34:05 +07:00
- chmod +x cleanup_builds.sh
2017-12-21 12:08:21 +07:00
- ./upload-build.sh
2017-12-22 03:08:31 +07:00