forked from DroidPlanner/Tower
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
19 lines (17 loc) · 702 Bytes
/
.travis.yml
File metadata and controls
19 lines (17 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
sudo: false
language: android
android:
components:
- platform-tools
- tools
licenses:
- 'android-sdk-license-.+'
before_script:
- echo yes | android update sdk -u -a -t tools
- echo yes | android update sdk -u -a -t build-tools-23.0.1,build-tools-22.0.1
- echo yes | android update sdk -u -a -t android-23,android-22,android-21,android-20
- echo yes | android update sdk -u -a -t extra-google-m2repository
- echo yes | android update sdk -u -a -t extra-android-m2repository
- echo yes | android update sdk -u -a -t extra-android-support,extra-google-google_play_services
- export GRADLE_OPTS="-XX:MaxPermSize=2048m -Xmx1536m"
script: ./gradlew clean build