wxHexEditor icon indicating copy to clipboard operation
wxHexEditor copied to clipboard

Add GitHub Actions pipeline for CMake build

Open mcejp opened this issue 3 years ago • 2 comments

mcejp avatar May 08 '21 16:05 mcejp

What is GitHub Actions for?

EUA avatar Oct 20 '23 01:10 EUA

What is GitHub Actions for?

GitHub Actions is for Continuous Integration. Basically, every time you make a commit to the repository, GitHub will compile the project using a yaml script and make the compiled files downloadable to others via the Actions tab in the repository. This is nice since it means users don't need to download the source code and compile the project themselves in order to be on the most up-to-date executable.

buu342 avatar Oct 31 '23 00:10 buu342