mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
604fd5c437
* Change to create "mruby" directory in a repository * Create Rakefile and use it in .travis.yml This enable us to write build script with Ruby syntax
7 lines
117 B
Ruby
7 lines
117 B
Ruby
MRuby::Build.new do |conf|
|
|
toolchain :gcc
|
|
conf.gembox 'default'
|
|
conf.gem '../mruby-set'
|
|
conf.enable_test
|
|
end
|