Skip to content

Commit

Permalink
[Truffle] CI: show import versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Oct 12, 2016
1 parent 640e854 commit 287add8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci.hocon
Expand Up @@ -49,6 +49,7 @@ graal-core: ${labsjdk} {
setup: ${common.setup} [
${mx_sclone} ["https://github.com/graalvm/graal-core.git", ../graal-core],
[cd, ../graal-core],
[mx, sversions],
[mx, build],
[cd, ../main]
]
Expand All @@ -64,6 +65,7 @@ graal-enterprise: ${labsjdk} {
setup: ${common.setup} [
${mx_sclone} ["https://github.com/graalvm/graal-enterprise.git", ../graal-enterprise],
[cd, ../graal-enterprise/graal-enterprise],
[mx, sversions],
[mx, build],
[cd, ../../main]
]
Expand Down Expand Up @@ -107,6 +109,7 @@ sulong: ${labsjdk} {
${mx_sclone} ["https://github.com/graalvm/sulong.git", ../sulong],
[cd, ../sulong],
[mx, sforceimports], # Use Sulong's Truffle for now
[mx, sversions],
[mx, build],
[cd, ../main],
${jt} [build, cexts],
Expand Down

0 comments on commit 287add8

Please sign in to comment.