-
-
Notifications
You must be signed in to change notification settings - Fork 326
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
Start using travis for windows CI builds instead of AppVeyor #795
Comments
Looks like Windows support in Travis CI is still "beta", so we'll hold off on this until it's ready on their end. |
If only to use one service for all, maybe switch to AppVeyor for all platforms? |
Maybe, to be honest, I like Travis's integrations with GitHub a little better. It's generally a smooth experience. But I'll definitely look at AppVeyor again to see if it's worth just switching to that exclusively. |
If you are going to research CI services, I would somewhat-recommend https://cirrus-ci.org/ I'm using it to build sjasmplus, with the main config looking like this: (I hope you will consider this rather informal than spam/promo of other project :) ) |
Thanks for the heads up :-) |
@ped7g I quick look and one thing I can say is that I like that I can just pick what kind of docker container to run the CI script in... that's a feature I've wanted from travis for while (you can do it.. technically with travis, but it isn't easy and has quirks). |
Travis CI has robust windows support, and better Github integrations. Would be nice to have it all in one place to keep things simple.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: