[infinispan-dev] build broken
Emmanuel Bernard
emmanuel at hibernate.org
Thu Sep 15 04:29:12 EDT 2011
On 9 sept. 2011, at 15:32, Sanne Grinovero wrote:
> I think both the pull-requestor and the reviewer should run a full
> build before allowing any change to be pushed upstream; with a script
> like this one:
> https://gist.github.com/789588
>
> it won't even prevent you to work on a different branch while tests
> test are run, so while it takes some CPU, you can still look at other
> stuff.
BTW, I've perfected / generalized this script to let it run *anything* on a Git clone of the current branch
https://gist.github.com/1218818
remote.sh mvn clean install
remote.sh gradle clean build
remote.sh myscript.sh engage
More information about the infinispan-dev
mailing list