citusdata / citus

Distributed PostgreSQL as an extension
https://www.citusdata.com
GNU Affero General Public License v3.0
10.34k stars 656 forks source link

Add continuous integration for windows #1970

Open lithp opened 6 years ago

lithp commented 6 years ago

We're merging in changes which add support for windows. When that support breaks we won't notice for some time unless we add continuous integration. Unfortunately, Travis doesn't support Windows.

Some options:

AppVeyor appears to have tighter github integration (it'll set the build status so we can enforce that PRs don't break Windows).

lithp commented 6 years ago

AppVeyor looks nice: