aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* H264 DecoderVladimir Sukhonosov2022-01-211-1/+2
| | | | Linux implementation using ffmpeg
* Drop Ubuntu 16.04 from buildsPierre Ossman2021-11-051-1/+0
| | | | | This version of Ubuntu is no longer fully supported so let's stop caring about builds there.
* Test Java builds in github actionsPierre Ossman2021-09-101-0/+19
|
* Convert CI to GitHub ActionsPierre Ossman2021-06-081-1/+73
| | | | | | Travis has unfortunately been severely rate limited by Docker Hub so we have to switch to GitHub, which has an agreement with Docker to avoid the rate limiting.
* Boot strap github actionsPierre Ossman2021-06-071-0/+9
A initial workflow needs to be defined for actions to trigger on pull requests, so just add a minimal, dummy one.