ClearVolume / imglib2-clearvolume

11 stars 3 forks source link

Automatic deployment to update site #12

Open skalarproduktraum opened 7 years ago

skalarproduktraum commented 7 years ago

@kephale has a very nice script for SciView, that automatically deploys the latest build to a Fiji update site, if it succeeded: https://github.com/scenerygraphics/SciView/blob/master/sciview_deploy.sh

We should add something like that!

hadim commented 6 years ago

Please have a look at this script: https://github.com/hadim/FilamentDetector/blob/master/.travis/upload-update-site.sh

It's very easy to use since you only need to set up 3 variables in the Travis configuration page (it requires your repo to run the travisify.sh script first).

hadim commented 6 years ago

See this for a more "long-term" script: https://github.com/fiji/fiji/pull/177