-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Change readme #857
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
Change readme #857
Conversation
LGTM, I can't help with Jenkins but I suggest adding a link to the gitter room: https://gitter.im/lampepfl/dotty |
This needs a module to be installed in Jekins. I'll contact @adriaanm and see if we could do something here. |
We have https://wiki.jenkins-ci.org/display/JENKINS/Embeddable+Build+Status+Plugin installed -- could that work? I think @retronym knows more about it. |
Another suggestion: adding links to the talks on Dotty:
|
@adriaanm, the current jobs setup does not track what the current master is. It only tracks pull-requests against master. Using last build status of https://scala-ci.typesafe.com/view/dotty/job/dotty-master-validate-main/ does not cut it. |
Good point. We should make a page for that. On Fri, Oct 23, 2015 at 4:59 PM, Guillaume Martres <notifications@github.com
Martin Odersky |
For now, I've added them to the top of https://github.com/lampepfl/dotty/wiki/Getting-Started which is linked from the README. |
Review by @smarter @DarkDimius
Also: The builds status currently points at Travis but it should be the new jenkins build. Can one of you fix that?
Thanks