Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci.hocon
Original file line number Diff line number Diff line change
@@ -31,9 +31,10 @@ common: {
graal-core: {
setup: [
${jt} [bootstrap],
[rm, -rf, mx.jruby],
[mkdir, graal-workspace],
[cd, graal-workspace],
[git, clone, "https://github.com/graalvm/graal-core.git"],
[mx, sclone, --kind, git, "https://github.com/graalvm/graal-core.git", graal-core],
[cd, graal-core],
[mx, sforceimports],
[mx, --vm, server, build],

0 comments on commit edba9cc

Please sign in to comment.