summaryrefslogtreecommitdiffhomepage
path: root/travis_config.rb
blob: 9a82e65aa8cc9b2ede1ce556513df86e23f6bc99 (plain)
1
2
3
4
5
6
7
8
MRuby::Build.new do |conf|
  toolchain :gcc

  # include all core GEMs
  conf.gembox 'full-core'
  conf.cc.defines = %w(MRB_DEBUG)
  conf.enable_bintest = true
end