-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
(#200) Maintenance/GitHub actions ci #201
Conversation
…e of 640x480 in XVFB action
…own on macOS workers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. 🚀 👍
Just some remarks concerning minor changes and steps that could be omitted in my opinion. As I assume some copy paste action was involved, these remarks can be found in all pipelines which is the cause for the amount of remarks.
Concerning repo config: It would make sense to remove the app veyor checks as they have been removed.
Kudos, SonarCloud Quality Gate passed! |
This PR adds three workflows:
ci.yaml
: CI runs for branches and pull requests (runs sonar + all tests on all platforms / node versions)snapshot_release.yaml
: Runs on develop and releases a new snapshot package on successtagged_release.yaml
: Runs on semver tags (v*..) and releases a new latest package on successBoth Appveyor checks are failing since I haven't removed the project yet.
I'd like to wait until this PR is merged before finally deleting the Appveyor CI project.