|
c1ec7ba2
|
2016-07-29T11:52:15
|
|
appveyor: add Visual Studio builds (based on CMake)
This only goes back to VS 12 (2013) because MSVC didn't support log2
until then.
|
|
a8d1bf52
|
2016-04-10T19:36:02
|
|
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.
|
|
e34949d1
|
2015-10-07T09:35:20
|
|
[appveyor] properly support Python 3.5
|
|
33331769
|
2015-10-07T09:18:01
|
|
[appveyor] add Python 3.5.0
|
|
8a1fa663
|
2015-10-02T17:17:48
|
|
[appveyor.yml] use WINDOWS_SDK_VERSION v7.0 for Python27-x64
|
|
8ce34946
|
2015-09-29T14:36:12
|
|
Configure automatic appveyor deployment.
|
|
06300902
|
2015-08-11T12:15:03
|
|
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
|