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
Next revision
Previous revision
beewm:devel:compiling_and_making_releases [2016/06/22 14:01] adminbeewm:devel:compiling_and_making_releases [2017/02/01 12:57] (current) 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>
  
Line 60: Line 60:
 # find the release files for BeeWM and the BeeWM Webclient in the directories: # find the release files for BeeWM and the BeeWM Webclient in the directories:
 ls -la bee-*/build/distributions/* ls -la bee-*/build/distributions/*
 +
 +# store the archive on the server for downloading:
 +cp -iv bee-*/build/distributions/*0.4.0-SNAPSHOT-61*tar.gz \
 +    /home/www/de.biodataanalysis/pages/data/beewm/releases/ && \
 +sudo chmod 660 /home/www/de.biodataanalysis/pages/data/beewm/releases/*tar.gz && \
 +sudo chown www-mario:www-mario /home/www/de.biodataanalysis/pages/data/beewm/releases/*tar.gz
 </code> </code>
  
beewm/devel/compiling_and_making_releases.1466596875.txt.gz · Last modified: 2016/06/22 14:01 by admin