Commit a6b8514f authored by Daniel Bovensiepen's avatar Daniel Bovensiepen

Use gembox for travis build

parent 498821cf
MRuby::Build.new do |conf| MRuby::Build.new do |conf|
toolchain :gcc toolchain :gcc
conf.gem "#{root}/mrbgems/mruby-sprintf" # include all core GEMs
conf.gem "#{root}/mrbgems/mruby-print" conf.gembox 'full-core'
Dir.glob("#{root}/mrbgems/mruby-*") do |x|
conf.gem x unless x =~ /\/mruby-(print|sprintf)$/
end
end 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