aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build_test.yml
AgeCommit message (Collapse)AuthorFilesLines
2024-02-21add pure-kotlin decoderEvgenii Kliuchnikov1-2/+3
PiperOrigin-RevId: 608917286
2024-01-04Fix/simplify/improve Bazel buildEvgenii Kliuchnikov1-8/+8
PiperOrigin-RevId: 595656443
2024-01-03Bump actions/setup-python from 4.7.1 to 5.0.0dependabot[bot]1-1/+1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 5.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236...0a5c61591373683505ea898e09a3ea4f39ef2b9c) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2024-01-03drop Bazel JS buildEvgenii Kliuchnikov1-15/+0
PiperOrigin-RevId: 595345529
2023-12-08Merge branch 'master' into dependabot/github_actions/actions/setup-python-4.7.1Eugene Kliuchnikov1-25/+25
2023-11-27fix CI workflowsEvgenii Kliuchnikov1-25/+25
PiperOrigin-RevId: 585630137
2023-10-09Bump actions/setup-python from 4.7.0 to 4.7.1dependabot[bot]1-1/+1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/61a6322f88396a6271a6ee3565807d608ecaddd1...65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13upload full testdata archiveEvgenii Kliuchnikov1-36/+0
PiperOrigin-RevId: 565017690
2023-09-12use sha-versions for most gh actionsEvgenii Kliuchnikov1-4/+4
PiperOrigin-RevId: 564692809
2023-09-12Bump actions/checkout from 3 to 4dependabot[bot]1-3/+3
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11test building from the tarballEvgenii Kliuchnikov1-0/+36
PiperOrigin-RevId: 564299396
2023-08-02update GH actions extensionsEvgenii Kliuchnikov1-1/+1
PiperOrigin-RevId: 553083944
2023-07-10drop make / automake filesEvgenii Kliuchnikov1-36/+0
PiperOrigin-RevId: 546866478
2023-07-10simplify building of fuzzerEvgenii Kliuchnikov1-2/+13
PiperOrigin-RevId: 545950923
2023-07-06Fix integration .pomEvgenii Kliuchnikov1-0/+1
PiperOrigin-RevId: 545910020
2023-07-04Internal changesEvgenii Kliuchnikov1-15/+16
PiperOrigin-RevId: 545262005
2023-07-040.4-1.5% decoder speedupEvgenii Kliuchnikov1-16/+15
PiperOrigin-RevId: 513248503
2023-06-22Fix Bazel build (#1024)Eugene Kliuchnikov1-15/+16
2022-12-20Replace deprecated win-2016 workflows (#990)Eugene Kliuchnikov1-8/+8
* Remplace deprecated win-2016 workflows * Update action/checkout to v3
2021-08-31Migrate to github actions (#920)Eugene Kliuchnikov1-0/+382
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. Co-authored-by: Eugene Kliuchnikov <eustas@chromium.org>