Unverified Commit cd3bf55b authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #4332 from shuujii/use-Rake-instead-of-MiniRake-on-AppVeyor

Use Rake instead of MiniRake on AppVeyor
parents f8b17d1e bc321ece
...@@ -39,4 +39,4 @@ install: ...@@ -39,4 +39,4 @@ install:
build_script: build_script:
- set YACC=.\win_flex_bison\win_bison.exe - set YACC=.\win_flex_bison\win_bison.exe
- set MRUBY_CONFIG=appveyor_config.rb - set MRUBY_CONFIG=appveyor_config.rb
- ruby .\minirake test - rake -E $stdout.sync=true test
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