You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be amazing if we could have some kind of CI which builds branches and puts results onto the PRs. Usually, CIs have Github integrations which do this. Examples are AppVeyor or Travis, which are available for free for open source projects.
In addition, one could setup coveralls.io or something similar to provide feedback about test converage.
@dietzc I think we tried to find a simple way to get Github integrated with our existing Jenkins CI already, right? Since that doesn't seem easy to do, I propose to have a second CI (without artifact ouput) to just build and run tests for PRs etc.
I might try to get tests on Travis running after #49 is done. Since it pretty much allows to just run unix commands, it should be rather simple to do.
Opinions/wishes/suggestions are welcome.
Regards, Jonathan.
The text was updated successfully, but these errors were encountered:
Personal wish of mine:
It would be amazing if we could have some kind of CI which builds branches and puts results onto the PRs. Usually, CIs have Github integrations which do this. Examples are AppVeyor or Travis, which are available for free for open source projects.
In addition, one could setup coveralls.io or something similar to provide feedback about test converage.
@dietzc I think we tried to find a simple way to get Github integrated with our existing Jenkins CI already, right? Since that doesn't seem easy to do, I propose to have a second CI (without artifact ouput) to just build and run tests for PRs etc.
I might try to get tests on Travis running after #49 is done. Since it pretty much allows to just run unix commands, it should be rather simple to do.
Opinions/wishes/suggestions are welcome.
Regards, Jonathan.
The text was updated successfully, but these errors were encountered: