Commit Graph

7 Commits

Author SHA1 Message Date
Evan Nemerson
c1ec7ba292 appveyor: add Visual Studio builds (based on CMake)
This only goes back to VS 12 (2013) because MSVC didn't support log2
until then.
2016-07-29 13:24:17 -07:00
Cosimo Lupo
a8d1bf5266 appveyor: also upload source distribution packages to Github Releases
This is so that one can do:

    pip install --find-links https://github.com/google/brotli/releases/latest brotli

on any platform, whether or not there are pre-compiled *.whl packages that match the user's python version and anchitecture (e.g. Linux). Pip automatically chooses the correct binary package, and if that isn't available the source distribution (*.tar.gz or *.zip) is downloaded.
2016-04-10 19:54:28 +01:00
Cosimo Lupo
e34949d1b9 [appveyor] properly support Python 3.5 2015-10-07 09:36:45 +01:00
Cosimo Lupo
33331769ff [appveyor] add Python 3.5.0 2015-10-07 09:18:01 +01:00
Cosimo Lupo
8a1fa6631f [appveyor.yml] use WINDOWS_SDK_VERSION v7.0 for Python27-x64 2015-10-05 11:06:19 +01:00
Zoltan Szabadka
8ce34946e3 Configure automatic appveyor deployment. 2015-09-29 14:36:12 +02:00
Cosimo Lupo
063009029e add support for Appveyor CI
test build on Windows 2.7 and 3.4 (both 32 and 64 bit);
compile wheel packages and upload artifacts to build report
2015-08-14 11:55:53 +01:00