aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* Use Rocky Linux for RHEL buildsPierre Ossman2022-12-301-2/+2
| | | | | CentOS Stream isn't fully compatible with RHEL, and there are no useful RHEL images available, so that leaves us with one of the new RHEL forks.
* Add RHEL/CentOS 9 packagingPierre Ossman2022-10-141-1/+2
|
* Use latest GitHub actionsPierre Ossman2022-10-141-6/+6
| | | | The older versions are getting deprecated, so make the switch.
* Add Ubuntu 22.04 (Jammy Jellyfish) packagingPierre Ossman2022-09-031-0/+1
|
* Explicitly require nettle for buildsPierre Ossman2022-09-011-3/+9
| | | | | It is generally pulled in as a requirement from GnuTLS, but let's be explicitly now that we make use of nettle directly.
* Store artifacts from Github actionsPierre Ossman2022-07-051-0/+20
| | | | | | Might be useful for testing in some cases. Note that the Windows and Linux binaries will depend on libraries from the build environment. So the user will need to match those manually.
* Added AppStream meta info file for the vncviewerJoachim Falk2022-03-081-1/+1
|
* 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.