obsproject / obs-amd-encoder

AMD Advanced Media Framework Encoder Plugin for Open Broadcaster Studio
https://obsproject.com/forum/threads/amd-advanced-media-framework-encoder-plugin-for-obs-studio.52305/
GNU General Public License v2.0
457 stars 87 forks source link

ci: Add Github Actions support #415

Closed Xaymar closed 3 years ago

Xaymar commented 3 years ago

Description

Replaces Jenkins and Appveyor with Github Actions, while also upgrading certain internal code to work with newer compilers and CMake versions. Additionally strips out some completely unused files from the repo, which were leftovers from early attempts at things.

Motivation and Context

Jenkins and Appveyor are no longer active for this repo.

How Has This Been Tested?

Builds on my machine™ and Github Actions.

Types of changes

Checklist:

Xaymar commented 3 years ago

Ready to merge now! Accidentally had my own origin pointing at a different repository, so my rebase to master wasn't actually a rebase to master.

Xaymar commented 3 years ago

Closing as requested.