natcap / invest

InVEST®: models that map and value the goods and services from nature that sustain and fulfill human life.
Apache License 2.0
166 stars 68 forks source link

Move binary builds to Github Actions #26

Closed phargogh closed 4 years ago

phargogh commented 4 years ago

Once https://github.com/natcap/invest/pull/24 and issue #22 are resolved, it would be really, really nice to move our binary build process from AppVeyor to Github Actions. The problems with AppVeyor binary builds are:

  1. The build takes almost a half-hour, with a substantial chunk of build time in the activation of the Google Cloud environment. I can only guess at why that might be.
  2. Appveyor builds happen sequentially, and, due to the runtime issue noted in item 1, tend to take a really long time since builds for natcap/invest and phargogh/invest are both attached to my appveyor account.
phargogh commented 4 years ago

Resolved with PR #40