Convert project from ant to gradle

This commit is contained in:
Branden Archer
2017-09-13 10:33:55 -04:00
parent ffee8003f0
commit 3a63c45015
38 changed files with 317 additions and 130 deletions

View File

@@ -1,9 +1,16 @@
language: android
android:
components:
- build-tools-21.1.1
- android-17
script:
- echo "Travis branch is $TRAVIS_BRANCH"
- echo "Travis branch is in pull request $TRAVIS_PULL_REQUEST"
- ant debug
sudo: true
install:
- echo y | android update sdk -u -a -t tools
- echo y | android update sdk -u -a -t platform-tools
- echo y | android update sdk -u -a -t build-tools-25.0.2
- echo y | android update sdk -u -a -t android-25
- echo y | android update sdk -u -a -t extra-google-m2repository
- echo y | android update sdk -u -a -t extra-android-m2repository
script: ./gradlew assembleRelease testReleaseUnitTest lintRelease
after_failure:
- cat app/build/reports/findbugs/findbugs.html
- cat app/build/reports/tests/debug/index.html