TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Cross-platform free hosted CI server, with GitHub integration?

2 pointsby bendtherulesover 9 years ago
Popular hosted CI servers:<p>1. Gitlab CI<p>2. Drone.io CI<p>3. Travis CI<p>Special Requirements:<p>1. Cross-Platform, so that our python module can be tested and reported under Windows too.<p>2. Easy integration with Github<p>Current Setup<p>Travis CI - It is quite easy to setup, but lacks Windows support. Basically, something like Travis with windows support.<p>Is this possible?<p>It would be great if the CI server could report back which part of the test failed rather than just a FAIL message for any error. For eg. sometimes its good to know that only the PEP8 tests failed or it failed only on Python3 cases, without looking into the whole log.

4 comments

andymurdover 9 years ago
Look into wercker.com - it works with docker containers so cross-platform python should work OK. They have some blog posts about Windows support too.<p>It&#x27;s currently free whilst in beta but I guess they expect to charge eventually.<p>I&#x27;m not affiliated with them in any way but I have been happily using the service (testing Node &amp; Python on Linux) for almost a year.
评论 #10326555 未加载
bendtherulesover 9 years ago
Appveyor (<a href="http:&#x2F;&#x2F;www.appveyor.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.appveyor.com&#x2F;</a>) seems like the best solution out there and fits my bill.
评论 #10330699 未加载
thoughtpaletteover 9 years ago
I&#x27;m a huge fan of drone since it is OSS and you can self-host.
krisdolover 9 years ago
Jenkins
评论 #10326567 未加载