summaryrefslogtreecommitdiffhomepage
path: root/appveyor_config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor_config.rb')
-rw-r--r--appveyor_config.rb15
1 files changed, 1 insertions, 14 deletions
diff --git a/appveyor_config.rb b/appveyor_config.rb
index b50a9e4ef..fd14f4a4c 100644
--- a/appveyor_config.rb
+++ b/appveyor_config.rb
@@ -1,23 +1,10 @@
-MRuby::Build.new('debug') do |conf|
- toolchain :visualcpp
- enable_debug
-
- # include all core GEMs
- conf.gembox 'full-core'
- conf.compilers.each do |c|
- c.defines += %w(MRB_GC_STRESS MRB_GC_FIXED_ARENA MRB_METHOD_CACHE)
- end
-
- build_mrbc_exec
-end
-
MRuby::Build.new('full-debug') do |conf|
toolchain :visualcpp
enable_debug
# include all core GEMs
conf.gembox 'full-core'
- conf.cc.defines += %w(MRB_ENABLE_DEBUG_HOOK)
+ conf.cc.defines += %w(MRB_GC_STRESS MRB_METHOD_CACHE MRB_ENABLE_DEBUG_HOOK)
conf.enable_test
end