You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2019/07/29 17:01:14 UTC

[incubator-iceberg] branch master updated: Add build info to README.md (#304)

This is an automated email from the ASF dual-hosted git repository.

blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 5366efe  Add build info to README.md (#304)
5366efe is described below

commit 5366efedd7cee903da7db1624901484c3c6c6f9d
Author: Li Cheng <bl...@gmail.com>
AuthorDate: Tue Jul 30 01:01:09 2019 +0800

    Add build info to README.md (#304)
---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 38bb709..76e9ac2 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,9 @@ Community discussions happen primarily on the [dev mailing list][dev-list] or on
 
 Iceberg is built using Gradle 5.2.1.
 
+* To invoke a build and run tests: `./gradlew build`
+* To skip tests: `./gradlew build -x test`
+
 Iceberg table support is organized in library modules:
 
 * `iceberg-common` contains utility classes used in other modules