Commit Graph

54 Commits (d49c5e593c5c8ecef3d575860b2341fd807b1fb1)

Author SHA1 Message Date
Bradlee Speice 22f9fc2e26 One more TODO on fixing the build 2014-12-05 23:12:02 -05:00
Bradlee Speice f92bb8653f Don't pass in $COMPONENTS, android_install handles it 2014-12-05 01:27:57 -05:00
Bradlee Speice 49e5087595 Have to use Travis to set ANDROID_HOME 2014-12-05 01:16:14 -05:00
Bradlee Speice 20d54645f8 android_install takes care of everything 2014-12-05 01:09:39 -05:00
Bradlee Speice 8aa296dc16 More Travis fixes 2014-12-05 01:03:02 -05:00
Bradlee Speice 6de77fbdd2 Update Travis a bit
Need to install Android before running everything...
2014-12-05 01:00:08 -05:00
Bradlee Speice b43ce4454f Switch Travis build to Java
Have to install Android manually, but allows me to upgrade on my schedule instead of waiting for Travis to update the components. Should fix #9, not going to worry about release builds yet
2014-12-01 22:35:37 -05:00
Bradlee Speice 8a46cb0037 Revert "Get everything set for API 21"
This reverts commit d94b8b45c7.
2014-11-24 00:09:16 -05:00
Bradlee Speice 7b4edc8c65 Revert "More modifications for SDK 21 build"
This reverts commit 61dc8fec9d.
2014-11-24 00:09:15 -05:00
Bradlee Speice f25b436ca3 Revert "Hopefully final modification for SDK 21"
This reverts commit 4ecc9dd1fb.
2014-11-24 00:09:14 -05:00
Bradlee Speice ae87b46fb7 Revert "Rely on SDK manager plugin instead of Travis"
This reverts commit 7e3fdf6567.
2014-11-24 00:09:11 -05:00
Bradlee Speice 7e3fdf6567 Rely on SDK manager plugin instead of Travis 2014-11-23 23:06:01 -05:00
Bradlee Speice 4ecc9dd1fb Hopefully final modification for SDK 21 2014-11-23 22:56:54 -05:00
Bradlee Speice 61dc8fec9d More modifications for SDK 21 build 2014-11-23 22:51:39 -05:00
Bradlee Speice d94b8b45c7 Get everything set for API 21 2014-11-23 22:29:04 -05:00
Bradlee Speice c94068721a Add the actual stacktrace 2014-11-21 18:01:35 -05:00
Bradlee Speice bbe2e117a0 Add a stacktrace to testing 2014-11-21 17:42:36 -05:00
Bradlee Speice ea682d664c Add a stack trace to debug coveralls 2014-11-17 21:30:15 -05:00
Bradlee Speice 5526c44736 Add coveralls support 2014-11-17 16:49:28 -05:00
Bradlee Speice 3460360017 Switch back to android build to get the tools 2014-11-17 16:49:28 -05:00
Bradlee Speice cb8ea71f62 Code coverage is working!
Been trying so long to get this running, so happy to have it done.
2014-11-17 16:49:28 -05:00
Bradlee Speice bbf2f059ad Revert "Clean up travis build, hopefully fix the build"
This reverts commit e5192cfea4.
2014-11-09 23:55:29 -05:00
Bradlee Speice 907cd8527c Revert "ABI fix for Travis"
This reverts commit 9006a00e75.
2014-11-09 23:55:28 -05:00
Bradlee Speice 4b86f8cb0e Revert "Emulator wait fix for Travis"
This reverts commit 9bee9e60fd.
2014-11-09 23:55:27 -05:00
Bradlee Speice 5ff0070f80 Revert "Switch the ABI again, see if this changes things"
This reverts commit a60e62f731.
2014-11-09 23:55:26 -05:00
Bradlee Speice 99effa9bb9 Revert "Add a 30 second pause to give the emulator a chance to start"
This reverts commit 85427711df.
2014-11-09 23:55:25 -05:00
Bradlee Speice c934a4fbd8 Revert "Increase the build pause a bit more for the AVD startup"
This reverts commit cc271015f7.
2014-11-09 23:55:24 -05:00
Bradlee Speice 6c8f92e742 Revert "Some more build fixes - use Android-Gradle .14"
This reverts commit 51a3dd3eac.
2014-11-09 23:55:23 -05:00
Bradlee Speice 813a835b06 Revert "Forgot armeabi-v7**a**"
This reverts commit 1498b4652d.
2014-11-09 23:55:22 -05:00
Bradlee Speice 25b426f599 Revert "Test against API v19"
This reverts commit 088dd06a78.
2014-11-09 23:55:21 -05:00
Bradlee Speice ce9d5b6d76 Revert "Next try at fixing the build"
This reverts commit d06915adfa.
2014-11-09 23:55:18 -05:00
Bradlee Speice d06915adfa Next try at fixing the build 2014-11-09 23:38:30 -05:00
Bradlee Speice 088dd06a78 Test against API v19
API 21 is taking forever to start up...
2014-11-09 23:15:29 -05:00
Bradlee Speice 1498b4652d Forgot armeabi-v7**a** 2014-11-09 22:32:51 -05:00
Bradlee Speice 51a3dd3eac Some more build fixes - use Android-Gradle .14 2014-11-09 22:30:05 -05:00
Bradlee Speice cc271015f7 Increase the build pause a bit more for the AVD startup 2014-11-09 21:59:10 -05:00
Bradlee Speice 85427711df Add a 30 second pause to give the emulator a chance to start
Not sure why the builds have been working all this time before...
2014-11-09 21:56:19 -05:00
Bradlee Speice a60e62f731 Switch the ABI again, see if this changes things 2014-11-09 21:49:17 -05:00
Bradlee Speice 9bee9e60fd Emulator wait fix for Travis 2014-11-09 21:37:21 -05:00
Bradlee Speice 9006a00e75 ABI fix for Travis 2014-11-09 21:33:21 -05:00
Bradlee Speice e5192cfea4 Clean up travis build, hopefully fix the build 2014-11-09 21:31:14 -05:00
Bradlee Speice dc9700e268 Revert "Don't test using a build flavor"
This reverts commit 41fc51a2b7.
2014-11-06 19:56:45 -05:00
Bradlee Speice 173eaa0ba8 Revert "Use the actual connectedAndroidCheck target"
This reverts commit c29ab19965.
2014-11-06 19:56:40 -05:00
Bradlee Speice c29ab19965 Use the actual connectedAndroidCheck target 2014-10-30 01:08:30 -04:00
Bradlee Speice 41fc51a2b7 Don't test using a build flavor 2014-10-30 00:52:53 -04:00
Bradlee Speice 3eca5e72e0 Yep, stick with build 19 for now... 2014-09-12 22:52:49 -04:00
Bradlee Speice a4c67575c7 Try a build with Android 20 and x86, see if Travis complains 2014-09-12 22:50:21 -04:00
Bradlee Speice 12ff40adb7 Clean up the Travis build a bit 2014-09-12 22:47:02 -04:00
DjBushido 60185c934a Test cases pass now with the navbar 2014-07-05 15:59:34 -04:00
DjBushido 46f8e625c2 Try updating the support library 2014-07-05 11:50:28 -04:00