aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index ddd1ccb..793e520 100644
--- a/README.md
+++ b/README.md
@@ -14,3 +14,13 @@ bin/cbuildbot --buildroot ~/tmp/test_buildroot \
https://android.googlesource.com/platform/bbuildbot_config \
bbuildbot
```
+
+To perform a test build with local changes:
+
+```sh
+bin/cbuildbot --nobootstrap --noreexec \
+ --buildroot ~/tmp/test_buildroot \
+ --buildbot --debug --config_repo \
+ https://android.googlesource.com/platform/bbuildbot_config \
+ bbuildbot
+```