add cxx_abi travis test

This commit is contained in:
take_cheeze
2014-03-01 17:35:47 +09:00
parent 23ef20624c
commit 87ec2567f8
+11
View File
@@ -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