scala / scabot

Scala's PR&CI automation bot
Apache License 2.0
14 stars 14 forks source link

replace checkin jobs with scabot logic #45

Closed adriaanm closed 9 years ago

adriaanm commented 9 years ago

[Haven't tested this yet.]

Run PR validation on pushes to master-like branches, and post status to commit.

The goal is to retire the scala-checkin jobs at EPFL (the 2.12.x is failing because no java 8)

adriaanm commented 9 years ago

preview by @SethTisue

SethTisue commented 9 years ago

extends everywhere instead of self-types is to avoid confusing IntelliJ, says Adriaan in chat, but I like it stylistically too

adriaanm commented 9 years ago

(I said it confuses intellij in the commit message, btw)

SethTisue commented 9 years ago

comments left inline. otherwise LGTM

SethTisue commented 8 years ago

fwiw, I checked just now and this is still working — I merged a PR onto 2.11.x, and a validate-main job was triggered.