Mindustry/.travis.yml

28 lines
598 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:
- 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-22 00:38:00 +07:00
before_script:
2017-12-22 00:44:16 +07:00
- touch $ANDROID_HOME/Sdk/licenses/android-sdk-license
2017-12-22 00:38:00 +07:00
- echo "\nd56f5187479451eabf01fb78af6dfcb131a6481e" >> $ANDROID_HOME/Sdk/licenses/android-sdk-license
2017-12-21 12:08:21 +07:00
script:
- ./gradlew clean desktop:dist
- ./gradlew clean android:build
after_success:
- chmod +x upload-build.sh
- ./upload-build.sh