mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
use visualcpp toolchain for test as well
This commit is contained in:
+6
-1
@@ -109,7 +109,12 @@ MRuby::Build.new('host-debug') do |conf|
|
||||
end
|
||||
|
||||
MRuby::Build.new('test') do |conf|
|
||||
toolchain :gcc
|
||||
# Gets set by the VS command prompts.
|
||||
if ENV['VisualStudioVersion'] || ENV['VSINSTALLDIR']
|
||||
toolchain :visualcpp
|
||||
else
|
||||
toolchain :gcc
|
||||
end
|
||||
|
||||
enable_debug
|
||||
conf.enable_bintest
|
||||
|
||||
Reference in New Issue
Block a user