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 CI workflow #383

Merged
merged 6 commits into from
Jan 29, 2024
Merged

Add GitHub CI workflow #383

merged 6 commits into from
Jan 29, 2024

Conversation

drewnoakes
Copy link
Owner

I'm experimenting with GitHub actions for various purposes such as CI builds and automated releases. This is a first attempt.

I'm experimenting with GitHub actions for various purposes such as CI builds and automated releases. This is a first attempt.
@drewnoakes
Copy link
Owner Author

If I can get GitHub to build .NET Framework too, I think we can drop AppVeyor. The GitHub action legs are much faster than both AppVeyor and Azure Pipelines, it seems.

@drewnoakes
Copy link
Owner Author

FYI @iamcarbon I renamed the default branch from master to main.

.github/workflows/CI.yml Outdated Show resolved Hide resolved
.github/workflows/CI.yml Outdated Show resolved Hide resolved
.github/workflows/CI.yml Outdated Show resolved Hide resolved
The Windows job does more work (testing .NET Framework too) so use the Ubuntu job to test both Debug/Release configurations.
@drewnoakes drewnoakes merged commit 5664056 into main Jan 29, 2024
2 checks passed
@drewnoakes drewnoakes deleted the github-ci branch January 29, 2024 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants