mapbox / windows-builds

DEPRECATED! build scripts for mapnik dependencies, mapnik, node-mapnik, node, libosmiom, osmium-tool
38 stars 22 forks source link

Add publish process #26

Closed bsudekum closed 9 years ago

bsudekum commented 9 years ago

@BergWerkGIS I started to scope out the publishing process on /build, see initial commit here: https://github.com/mapbox/windows-builds/commit/923f34c7d33f0fb6baebfa590b3428b0a46e1608

Basically, travis spins up, and runs publish-binary.sh. In publish binary,

  1. Instance is created
  2. Userdata script is added
  3. Meanwhile, we wait until the instance is shutdown
  4. once shutdown, terminate the instance
  5. if however the instance does not shutdown after x seconds, terminate due to failure and report an exit 0

Let me know how this all sounds to you.

wilhelmberg commented 9 years ago

@bsudekum Thanks. I'll take a look at it during the weekend. We have planned to to put it into the mapnik repo.

wilhelmberg commented 9 years ago

Automatic build chain works!