Sha256: 0ffd2a7442398f3b19324a8994f8bc43bcf7f1d0d6a5b0bee2c8a8555400d47a
Contents?: true
Size: 518 Bytes
Versions: 1
Compression:
Stored size: 518 Bytes
Contents
#!/usr/bin/env ruby # # mrbgems test runner # if __FILE__ == $0 repository, dir = 'https://github.com/mruby/mruby.git', 'tmp/mruby' build_args = ARGV Dir.mkdir 'tmp' unless File.exist?('tmp') unless File.exist?(dir) system "git clone #{repository} #{dir}" end exit system(%Q[cd #{dir}; MRUBY_CONFIG=#{File.expand_path __FILE__} ruby minirake #{build_args.join(' ')}]) end MRuby::Build.new do |conf| toolchain :gcc conf.gembox 'default' conf.gem File.expand_path(File.dirname(__FILE__)) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
esruby-0.0.0 | resources/mruby/build/mrbgems/mruby-regexp-pcre/run_test.rb |