Commit 87ec2567 authored by take_cheeze's avatar take_cheeze

add cxx_abi travis test

parent 23ef2062
......@@ -17,3 +17,14 @@ MRuby::Build.new do |conf|
conf.cc.defines = %w(MRB_DEBUG MRB_GC_FIXED_ARENA)
conf.enable_bintest = true
end
MRuby::Build.new do |conf|
toolchain :gcc
conf.gembox 'full-core'
conf.cc.flags += %w(-Werror=declaration-after-statement)
conf.cc.defines = %w(MRB_DEBUG MRB_GC_FIXED_ARENA)
conf.enable_bintest = true
enable_cxx_abi
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment