[Distutils] appveyor
Marius Gedminas
marius at gedmin.as
Sun May 14 07:08:53 EDT 2017
On Fri, May 12, 2017 at 12:22:03PM +0100, Robin Becker wrote:
> I'm looking at building/testing reportlab with appveyor, but need some
> assistance building the C extensions in particular freetype.
>
> I looked at the code for pillow in
>
> https://github.com/python-pillow/Pillow/tree/master/winbuild
>
> along with
>
> https://github.com/python-pillow/Pillow/blob/master/appveyor.yml
>
> but I'm not sure I really understand it terribly well.
>
> In particular does appveyor support 3.5 & 3.6?
Yes. Here's how zope.interface builds binary wheels containing C
extension modules for all supported Python versions and uploads them to
PyPI: https://github.com/zopefoundation/zope.interface/blob/master/appveyor.yml
I like how it's short and simple, with only one strange thing I don't
understand (the echo > vcvars64.bat thing).
> Looking at the appveyor.yml do people really reveal their ftp or s3 tokens?
> Or is it more reasonable to upload to a github acccount.
https://www.appveyor.com/docs/build-configuration/#secure-variables
HTH,
Marius Gedminas
--
Despite all appearances, your boss is a thinking, feeling, human being.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 163 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20170514/252354e8/attachment.sig>
More information about the Distutils-SIG
mailing list