You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/07/15 19:52:26 UTC

[GitHub] [incubator-iceberg] rdblue commented on issue #286: add build documents from source code

rdblue commented on issue #286: add build documents from source code
URL: https://github.com/apache/incubator-iceberg/issues/286#issuecomment-511544826
 
 
   Do you mean how to invoke the build? If so, you can run this to build and run tests:
   
   ```
   ./gradlew build
   ```
   
   If you want to skip tests, run:
   
   ```
   ./gradlew build -x test
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org