charlesdaniels / bitshuffle

BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Add automatic builds #42

Closed jyn514 closed 6 years ago

jyn514 commented 6 years ago

Note that this feature is in development. The current state still lacks many features I would like to add, but is complete enough that I feel comfortable adding it to the development branch.

Automatic releasing works through two separate CI providers, who so far seem to be cooperating with one another. Linux and source builds are released through Travis CI, while Windows builds are released through AppVeyor. PyPI releases have not yet been implemented.

Using two providers avoids the challenges of using Wine to package an executable.

charlesdaniels commented 6 years ago

Looks good, merging...