mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
@@ -1,3 +1,4 @@
|
||||
# no installation...
|
||||
|
||||
env: MRUBY_CONFIG=travis_config.rb
|
||||
script: "./minirake all test"
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
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
|
||||
end
|
||||
Reference in New Issue
Block a user