This repository was archived by the owner on Aug 23, 2021. It is now read-only.
Add AppVeyor build set-up for Windows#1
Merged
caspervdw merged 1 commit intopygeos:masterfrom Mar 9, 2020
Merged
Conversation
845bc4f to
c3f6014
Compare
Member
|
Thanks @mwtoews. I merged the pygeos PR, so you can rebase the submodule on master The script is probably not necessary (but thanks for pointing me at it, might come in useful). I want to make 'release' branch and let travis / appveyor automatically push to PyPI |
378bd37 to
c8eabb3
Compare
Contributor
Author
|
The build now creates 6 wheel artifacts. Each of these are successfully tested on the VM with "vanilla" Python too (installing via pip and running pytest). I've tested one of these wheels on my Windows desktop with the Visual Studio packed Python, and this also works. Hopefully the caching mechanism works, as this means the difference of 9 mins/build vs 40 seconds/build when GEOS is cached. @caspervdw can take it from here, to get AppVeyor to deploy the artifacts to PyPI |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is based on pygeos/pygeos#99
Currently draft, as the subrepo to pygeos needs to be updated with pygeos/pygeos#103
I can also add a version of
get_appveyor_artifacts.pytoscripts/, if you need to manually download a bunch of files from AppVeyor.