mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
add cxx_abi travis test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user