Replies: 1 comment 7 replies
-
Currently I'm using TravisCI for Linux and AppVeyor for Windows. I used to have OSX working in TravisCI but it broke and I could not fix it. If you've got it all working with GitHub actions that'd be wonderful. I'm not necessarily beholden to either TravisCI nor AppVeyor. To be honest, I had NO idea what I was doing and both are working simply by trial and error. Both are kind of a mess. If you have it all working in GitHub actions I'm perfectly willing to switch to that. So, yes, if you could submit a pull request that implements this I'll test it and once its up and running I'll say goodbye to the two current systems I'm using to do the CI/CD builds. |
Beta Was this translation helpful? Give feedback.
-
I have had builds working for Linux, MacOS and Windows working on my fork using GitHub actions and I was wondering if I could assist with getting the builds working for the main repo.
Whats the best way for me to start helping with this?
I can submit a pull request with the build.yml that works for github if you'd like. Or do you need it adapted for travis?
chris.
Beta Was this translation helpful? Give feedback.
All reactions