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

Create GitHub Action that checks the solution is compilable. #21

Open
Issung opened this issue Mar 12, 2023 · 1 comment
Open

Create GitHub Action that checks the solution is compilable. #21

Issung opened this issue Mar 12, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Issung
Copy link
Owner

Issung commented Mar 12, 2023

We don't have any tests at the moment but at the very least we want to make sure that before any work gets merged it atleast compiles OK. This is a good intro lession to the concept of CICD.

Note because GChan is .NET Framework and not .NET Core we will need to use a Windows builder, not Linux.
https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net

@Issung Issung added enhancement New feature or request good first issue Good for newcomers labels Mar 12, 2023
@Issung
Copy link
Owner Author

Issung commented Mar 12, 2023

In order to save processing minutes make the action only run on branches that have a PR created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant