Skip to content

Commit

Permalink
[Truffle] Set up an env var for selecting the JRuby version to build …
Browse files Browse the repository at this point in the history
…with in CI.
  • Loading branch information
nirvdrum committed Dec 1, 2016
1 parent 0a8110b commit e7917bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci.hocon
Expand Up @@ -19,6 +19,9 @@ common: {
}

setup: [
["echo", "-n", "TRUFFLE_RUBY_VERSION=", ">setup-ci-env"],
["git", "rev-parse", "HEAD", ">>setup-ci-env"],
["export", ["<setup-ci-env"]]
[mx, sclone, --kind, git, "https://github.com/jruby/jruby-build-pack.git", jruby-build-pack],
[cp, bin/jruby.bash, bin/jruby],
[chmod, "+x", bin/jruby],
Expand Down

0 comments on commit e7917bd

Please sign in to comment.