mirror of
https://github.com/google/brotli.git
synced 2026-09-22 14:45:51 +00:00
[PR #399] [MERGED] Add mingw support. #1006
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/399
Author: @nemequ
Created: 7/29/2016
Status: ✅ Merged
Merged: 7/29/2016
Merged by: @eustas
Base:
master← Head:master📝 Commits (2)
03657e8Add mingw support.01f9cf9travis: use container-based infrastructure📊 Changes
7 files changed (+60 additions, -12 deletions)
View changed files
📝
.travis.sh(+5 -1)📝
.travis.yml(+21 -1)📝
CMakeLists.txt(+23 -1)📝
common/types.h(+1 -1)📝
tests/run-compatibility-test.cmake(+1 -1)📝
tests/run-roundtrip-test.cmake(+6 -7)📝
tools/bro.c(+3 -0)📄 Description
See https://travis-ci.org/quixdb/squash/jobs/148073219 for the failures with the current code. Figured I may as well add a Travis build (including running the tests in wine) while I was at it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.