Merge "add tests for gerrit builds"

This commit is contained in:
Jenkins 2014-03-06 23:38:58 +00:00 committed by Gerrit Code Review
commit 5cfaf5eca9

@ -119,6 +119,7 @@
export PATH=`pwd`/buck/bin:$PATH
cd gerrit
buck clean
buck test --all --exclude slow
buck build release
- shell: "cp gerrit/buck-out/gen/release.war gerrit/buck-out/gen/gerrit-$PROJECT_VER.war"
@ -157,6 +158,7 @@
export PATH=`pwd`/buck/bin:$PATH
cd gerrit
buck clean
buck test --all --exclude slow
buck build release
- shell: "cp gerrit/buck-out/gen/release.war gerrit/buck-out/gen/gerrit-$PROJECT_VER.war"
@ -191,6 +193,7 @@
export PATH=`pwd`/buck/bin:$PATH
cd gerrit
buck clean
buck test --all --exclude slow
buck build release
- shell: "cp gerrit/buck-out/gen/release.war gerrit/buck-out/gen/gerrit-$PROJECT_VER.war"