source: EcnlProtoTool/trunk/mrbgems/mruby-onig-regexp/.travis_config.rb@ 321

Last change on this file since 321 was 321, checked in by coas-nagasima, 7 years ago

文字コードを設定

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-ruby;charset=UTF-8
File size: 378 bytes
Line 
1MRuby::Build.new do |conf|
2 toolchain :gcc
3 enable_debug
4 enable_test
5
6 gem :core => 'mruby-print'
7 gem :core => 'mruby-sprintf'
8 gem "#{MRUBY_ROOT}/.."
9end
10
11MRuby::Build.new("onigmo-bundled") do |conf|
12 toolchain :gcc
13 enable_debug
14 enable_test
15
16 gem :core => 'mruby-print'
17 gem :core => 'mruby-sprintf'
18 gem "#{MRUBY_ROOT}/.." do |g|
19 g.bundle_onigmo
20 end
21end
Note: See TracBrowser for help on using the repository browser.