diff --git a/ci.hocon b/ci.hocon index 8ce0fce685d225b76ea5157010664d5f20dc4d82..71380c9604287e67b86bade0219bff016af7be0f 100644 --- a/ci.hocon +++ b/ci.hocon @@ -19,6 +19,7 @@ java8Downloads : { logfiles : [ "fastr_errors.log" + "results.json" "com.oracle.truffle.r.native/gnur/R-*/gnur_configure.log" "com.oracle.truffle.r.native/gnur/R-*/gnur_make.log" "com.oracle.truffle.r.native/gnur/R-*/Makeconf" @@ -135,9 +136,9 @@ rbcheck : ${common} { # The standard set of gate builds. N.B. the style/builtin checks are only run on Linux as they are not OS-dependent. builds = [ - ${gateTestLinux} {capabilities : [linux, amd64], targets : [gate, post-merge], name: "gate-test-linux-amd64"} - ${gateTestNoSpecialsLinux} {capabilities : [linux, amd64], targets : [gate, post-merge], name: "gate-test-linux-amd64-nospecials"} - ${gateTestDarwin} {capabilities : [darwin, amd64], targets : [gate, post-merge], name: "gate-test-darwin-amd64"} - ${gateStyle} {capabilities : [linux, amd64], targets : [gate, post-merge], name: "gate-style-linux-amd64"} - ${rbcheck} {capabilities : [linux, amd64], targets : [gate, post-merge], name: "gate-rbcheck-linux-amd64"} + ${gateTestLinux} {capabilities : [linux, amd64], targets : [gate, post-merge], name: "gate-test-linux-amd64"} + ${gateTestNoSpecialsLinux} {capabilities : [linux, amd64], targets : [gate, post-merge], name: "gate-test-linux-amd64-nospecials"} + ${gateTestDarwin} {capabilities : [darwin, amd64], targets : [gate, post-merge], name: "gate-test-darwin-amd64"} + ${gateStyle} {capabilities : [linux, amd64], targets : [gate, post-merge], name: "gate-style-linux-amd64"} + ${rbcheck} {capabilities : [linux, amd64], targets : [gate, post-merge], name: "gate-rbcheck-linux-amd64"} ]