mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Use gembox for travis build
This commit is contained in:
+2
-6
@@ -1,10 +1,6 @@
|
||||
MRuby::Build.new do |conf|
|
||||
toolchain :gcc
|
||||
|
||||
conf.gem "#{root}/mrbgems/mruby-sprintf"
|
||||
conf.gem "#{root}/mrbgems/mruby-print"
|
||||
|
||||
Dir.glob("#{root}/mrbgems/mruby-*") do |x|
|
||||
conf.gem x unless x =~ /\/mruby-(print|sprintf)$/
|
||||
end
|
||||
# include all core GEMs
|
||||
conf.gembox 'full-core'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user