Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub Actions pipeline for CMake build #180

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mcejp
Copy link
Contributor

@mcejp mcejp commented May 8, 2021

No description provided.

@EUA
Copy link
Owner

EUA commented Oct 20, 2023

What is GitHub Actions for?

@buu342
Copy link

buu342 commented Oct 31, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants