User Tools

Site Tools


beewm:devel:compiling_and_making_releases

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
beewm:devel:compiling_and_making_releases [2016/06/22 14:01] adminbeewm:devel:compiling_and_making_releases [2016/08/15 13:41] admin
Line 11: Line 11:
 ./gradlew clean ./gradlew clean
  
-full compile with tests: +sparse compile excluding all tests: 
-./gradlew build+./gradlew build -x test -x storageIntegrationTest -x clusterIntegrationTest
  
 # compile excluding the integration tests (that require a cluster queue setup): # compile excluding the integration tests (that require a cluster queue setup):
 ./gradlew build -x storageIntegrationTest -x clusterIntegrationTest ./gradlew build -x storageIntegrationTest -x clusterIntegrationTest
  
-sparse compile excluding all tests: +full compile with tests: 
-./gradlew build -x test -x storageIntegrationTest -x clusterIntegrationTest+./gradlew build
 </code> </code>
  
beewm/devel/compiling_and_making_releases.txt · Last modified: 2017/02/01 12:57 by admin