From acc0b4ee1772476e6db06e534ff629a6dcfc08bc Mon Sep 17 00:00:00 2001 From: Gautam Korlam Date: Fri, 7 Oct 2016 00:21:44 -0700 Subject: Update README --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 138ec20..8b487ee 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,30 @@ # android-studio-gradle-test A test project with a structure to stress test and find out issues in Android Studio and Gradle -Also provides an alternative build path using [Buck](https://buckbuild.com/) to compare. For more details on how the buck build path is setup, please see [OkBuck](https://github.com/OkBuilds/OkBuck) +Also provides an alternative build path using [Buck](https://buckbuild.com/) to compare. For more details on how the buck build path is setup, please see [OkBuck](https://github.com/uber/okbuck) [![Master branch build status](https://travis-ci.org/kageiit/android-studio-gradle-test.svg?branch=master)](https://travis-ci.org/kageiit/android-studio-gradle-test) ## To build all apps with gradle: ```bash -./gradlew assemble +./buildWithGradle ``` ## To build all apps with buck ### Setup +#### Mac OS X ```bash brew update -brew install watchman ant +brew install ant watchman ``` +#### Linux +Installation instructions for: [Ant](http://ant.apache.org/), [Watchman](https://facebook.github.io/watchman/docs/install.html) + ### Build ```bash -./buckw targets # to make sure buckw will invoke the gradle okbuck task if needed -./buckw query "kind('android_binary', '//...')" | xargs ./buckw build +./buildWithBuck ``` ## Incremental build comparision -- cgit v1.2.3