From 5c91e3d26133edc84d3d85334109764f2380f294 Mon Sep 17 00:00:00 2001 From: Zbynek Slajchrt <zbynek.slajchrt@oracle.com> Date: Tue, 21 Jun 2016 12:18:34 +0200 Subject: [PATCH] rbdiag added to the rbcheck builder --- ci.hocon | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci.hocon b/ci.hocon index 532b5ce551..f205af509b 100644 --- a/ci.hocon +++ b/ci.hocon @@ -61,7 +61,8 @@ rbcheck : ${common} ${java8Downloads} { run : [ ${gateCmd} ["Versions,JDKReleaseInfo,BuildJavaWithJavac"] ["mx", "rbcheck"] - ] + ["mx", "rbdiag", "-n", "-m"] + ] } # currently disabled gate commands: FindBugs,Checkheaders,Distribution Overlap Check,BuildJavaWithEcj -- GitLab