-
Notifications
You must be signed in to change notification settings - Fork 60
Move to GitHub Actions #232
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
Conversation
I'm.. at a total loss why it doesn't trigger any GH Actions build? Is it because I'm only a contributor? |
Perhaps we need to enable it? |
@laumann can you make me admin, or go take a look at the actions tab in settings yourself? |
Thank you for this, by the way, @phansch 🙂 |
Yup, must be a permission/setting issue; It works on my fork: phansch#1 |
Alright, code-wise this is ready now. What needs to be done on the repo settings side would be:
|
Thank you @phansch, I'll see what I can do. |
IIRC for enabling github actions you just need to merge in a change to the workflows folder |
@laumann I think you manually need to disable appveyor, i don't have access |
This gets rid of both the AppVeyor build and the TravisCI build. The Travis CI build stopped triggering some time ago. Instead, we're now using GitHub Actions for both Windows and Linux builds.
Closes #227