summaryrefslogtreecommitdiffhomepage
path: root/travis_config.rb
diff options
context:
space:
mode:
authortake_cheeze <[email protected]>2015-04-06 15:20:13 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2015-06-01 21:53:55 +0900
commit6460ef77bcceb17d80d1b46a07b28fada19737c8 (patch)
tree802d327b0efbe1ed9ed1a1109657e23705b4f89f /travis_config.rb
parent214bc3c95a9e01a7be4d76e94d80be9d9d59bd4b (diff)
downloadmruby-6460ef77bcceb17d80d1b46a07b28fada19737c8.tar.gz
mruby-6460ef77bcceb17d80d1b46a07b28fada19737c8.zip
Compile mruby compiler as mrbgem.
Compiler codes is moved to "mruby-compiler". Executable `mrbc` is moved to "mruby-bin-mrbc".
Diffstat (limited to 'travis_config.rb')
-rw-r--r--travis_config.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/travis_config.rb b/travis_config.rb
index fadafd8c1..2b4059cf1 100644
--- a/travis_config.rb
+++ b/travis_config.rb
@@ -8,6 +8,8 @@ MRuby::Build.new('debug') do |conf|
conf.compilers.each do |c|
c.defines += %w(MRB_GC_STRESS MRB_GC_FIXED_ARENA)
end
+
+ build_mrbc_exec
end
MRuby::Build.new do |conf|
@@ -33,4 +35,6 @@ MRuby::Build.new('cxx_abi') do |conf|
conf.enable_bintest
enable_cxx_abi
+
+ build_mrbc_exec
end