[PR #139] [MERGED] Appveyor support #753

Open
opened 2026-01-29 20:50:42 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: appveyor


📝 Commits (1)

  • 0630090 add 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.yml file.
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.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/139 **Author:** [@anthrotype](https://github.com/anthrotype) **Created:** 8/14/2015 **Status:** ✅ Merged **Merged:** 8/14/2015 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `appveyor` --- ### 📝 Commits (1) - [`0630090`](https://github.com/google/brotli/commit/063009029ebc9e611f455712090846b2985049be) add support for Appveyor CI ### 📊 Changes **3 files changed** (+203 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `appveyor.yml` (+71 -0) ➕ `appveyor/install.ps1` (+85 -0) ➕ `appveyor/run_with_compiler.cmd` (+47 -0) </details> ### 📄 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.yml` file. More info at http://www.appveyor.com/docs/deployment/github --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:50:42 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#753