metherul / Automaton

The open modpack platform.
Other
58 stars 14 forks source link

Add Appveyor Support #35

Closed spbennett closed 5 years ago

spbennett commented 5 years ago

The Travis-ci build doesn't seem to play too nicely with Visual Studio projects. I spun up a build in Appveyor and it didn't require any code changes. The PR below is linked to my fork, but you might prefer switching your CI system over to this one. The build status badge will look a little happier 😄

Feel free to use this PR as an example. You can just swap our your credentials once the repo is hooked up.

https://www.appveyor.com/docs/

Add Appveyor Support
---

- Use Appveyor instead of travis-ci for native Windows build support
- Change build badge from travis-ci to Appveyor
metherul commented 5 years ago

Hey @spbennett, thanks for the PR! I've been out of town for the week so I haven't had the opportunity to mess with travis. Do you mind if I manually add the modifications to the current development branch? It would be easier than merging the branches through git.

spbennett commented 5 years ago

Totally agree. Go for it!

Cheers,

Steve On Tue, Oct 9, 2018 at 00:11 metherul notifications@github.com wrote:

Hey @spbennett https://github.com/spbennett, thanks for the PR! I've been out of town for the week so I haven't had the opportunity to mess with travis. Do you mind if I manually add the modifications to the current development branch? It would be easier than merging the branches through git.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/metherul/Automaton/pull/35#issuecomment-428061998, or mute the thread https://github.com/notifications/unsubscribe-auth/AHPnaq2Hb-IuFimw7hD9scD6U3JiNl5jks5ujDAXgaJpZM4XMEXt .

metherul commented 5 years ago

Thanks!