1 2 3 4 5 6
MRuby::Build.new do |conf| toolchain :gcc conf.gembox 'default' conf.gem '../mruby-sleep' conf.enable_test end