1
0
Fork 0
arangodb/3rdParty/mruby/travis_config.rb

8 lines
135 B
Ruby

MRuby::Build.new do |conf|
toolchain :gcc
# include all core GEMs
conf.gembox 'full-core'
conf.cc.defines = %w(MRB_DEBUG)
end