Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding AppVeyor support. #40

Merged
merged 2 commits into from
Oct 20, 2017
Merged

Adding AppVeyor support. #40

merged 2 commits into from
Oct 20, 2017

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Oct 20, 2017

I'm doing this in anticipation of adding CRCMOD support (i.e. a C dependency).

We want to know that the extension can build on Windows and likely want to just get wheels directly from the builds.


build_script:
# Build an actual wheel for the source in current form.
- python setup.py bdist_wheel --dist-dir dist

This comment was marked as spam.

@dhermes
Copy link
Contributor Author

dhermes commented Oct 20, 2017

https://ci.appveyor.com/project/dhermes/google-resumable-media-python/build/1.0.1.master is the build.

@jonparrott @lukesneeringer I used to be able to create projects under GoogleCloudPlatform on AppVeyor but it seems I've lost that ability. Could one of you create that project?

This is because in Python 2.7, the `repr()` includes the `L`
to indicate the type is `long` (not `int`).

See: https://ci.appveyor.com/project/dhermes/google-resumable-media-python/build/1.0.1.master/job/9hrecnkosjs5q4l8
@dhermes
Copy link
Contributor Author

dhermes commented Oct 20, 2017

I will merge this as-is since it isn't controversial.

@dhermes dhermes merged commit 8700f14 into googleapis:master Oct 20, 2017
@dhermes dhermes deleted the add-appveyor branch October 20, 2017 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants