Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Add GitHub Workflow #1

Closed
wants to merge 3 commits into from
Closed

Add GitHub Workflow #1

wants to merge 3 commits into from

Conversation

ebickle
Copy link

@ebickle ebickle commented Sep 27, 2023

This change adds build and test automation using GitHub actions, replacing much of what is done in appveyor. A separate PR may follow to introduce package publishing as well.

@ebickle ebickle marked this pull request as ready for review September 27, 2023 15:35
@ebickle ebickle requested a review from AleF83 September 27, 2023 15:35
Comment on lines +4 to +5
push:
branches: [ master ]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess for this trigger we'd want CD flow and not CI.

Copy link
Author

@ebickle ebickle Sep 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AleF83 This PR adds only CI, not CD. We'll have to determine where we would want to deploy to (e.g. GitHub Packages? NuGet again?) first. I was hoping we could merge this change to deprecate Appveyor for the repo.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I meant we don't need push trigger.

@AleF83 AleF83 closed this Sep 28, 2023
@AleF83 AleF83 deleted the ci/github-actions branch September 28, 2023 16:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants