NASAWorldWind / WorldWindServerKit

The NASA WorldWind Server Kit (WWSK) is an open source Java project that assembles GeoServer for easy distribution and implementation.
92 stars 54 forks source link

Travis CI build with deploy to GitHub releases #42

Closed emxsys closed 7 years ago

emxsys commented 7 years ago

Added support to deploy assets to GitHub releases with the capability to update draft releases via the Travis deploy mechanism. The default behavior of the deploy step is to create and publish a release. We subvert this behavior by creating a draft release via a script and then preempt the publishing of the release in the deploy step with the draft: true and tag_name: $TRAVIS_TAG settings.