mirror of
https://github.com/google/brotli.git
synced 2026-09-24 23:56:16 +00:00
[PR #920] [MERGED] Migrate to github actions #1499
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/920
Author: @eustas
Created: 8/27/2021
Status: ✅ Merged
Merged: 8/31/2021
Merged by: @eustas
Base:
master← Head:setup📝 Commits (1)
8d856d5Migrate to github actions📊 Changes
26 files changed (+523 additions, -543 deletions)
View changed files
➕
.github/workflows/build_test.yml(+382 -0)➖
.travis.yml(+0 -267)📝
c/include/brotli/decode.h(+1 -1)📝
configure.ac(+1 -1)📝
docs/brotli.1(+5 -1)📝
docs/constants.h.3(+1 -1)📝
docs/decode.h.3(+34 -1)📝
docs/encode.h.3(+45 -1)📝
docs/types.h.3(+1 -1)📝
go/WORKSPACE(+1 -1)📝
java/org/brotli/dec/pom.xml(+3 -0)📝
research/BUILD.libdivsufsort(+2 -1)📝
research/WORKSPACE(+2 -0)📝
research/brotli_decoder.c(+10 -0)📝
research/deorummolae.cc(+8 -0)📝
research/dictionary_generator.cc(+12 -3)➖
scripts/.bintray.json(+0 -19)➖
scripts/.configure-custom.sh(+0 -1)➖
scripts/.travis.sh(+0 -81)➖
scripts/appveyor.yml(+0 -111)...and 6 more files
📄 Description
Travis + Appveyor are replaced with Github Actions.
Not all combinations are migrated to the initial configuration; corresponding TODOs added.
Drive-by: additional combinations uncovered minor portability problems -> fixed
Drive-by: remove no-longer used "script" files.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.