mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #139] [MERGED] Appveyor support #753
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/139
Author: @anthrotype
Created: 8/14/2015
Status: ✅ Merged
Merged: 8/14/2015
Merged by: @szabadka
Base:
master← Head:appveyor📝 Commits (1)
0630090add support for Appveyor CI📊 Changes
3 files changed (+203 additions, -0 deletions)
View changed files
➕
appveyor.yml(+71 -0)➕
appveyor/install.ps1(+85 -0)➕
appveyor/run_with_compiler.cmd(+47 -0)📄 Description
This adds support for running tests and compiling wheels for Windows Python (official Python.org distributions) version 2.7 and 3.4, 32-bit and 64-bit.
Once you enable the google/brotli repository from your Appveyor account page, you can generate a Github API OAuth token and paste it in the
appveyor.ymlfile.More info at http://www.appveyor.com/docs/deployment/github
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.