enable bintest on TravisCI to see how it works

parent b53e69f1
......@@ -19,7 +19,7 @@ MRuby::Build.new do |conf|
conf.compilers.each do |c|
c.defines += %w(MRB_DEBUG MRB_GC_FIXED_ARENA)
end
# conf.enable_bintest
conf.enable_bintest
end
MRuby::Build.new('cxx_abi') do |conf|
......@@ -30,7 +30,7 @@ MRuby::Build.new('cxx_abi') do |conf|
conf.compilers.each do |c|
c.defines += %w(MRB_DEBUG MRB_GC_FIXED_ARENA)
end
# conf.enable_bintest
conf.enable_bintest
enable_cxx_abi
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment