diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-05-19 22:42:19 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-05-19 22:42:19 +0900 |
| commit | d79147fe5dc4ee8b4eff6a37df229d993cf3ce58 (patch) | |
| tree | fa7e7455b255a1ecd8abc9835d2b1f68644e1480 /appveyor.yml | |
| parent | ac68c90800e5fab3ab4e00a3086101b3cbf1c379 (diff) | |
| download | mruby-d79147fe5dc4ee8b4eff6a37df229d993cf3ce58.tar.gz mruby-d79147fe5dc4ee8b4eff6a37df229d993cf3ce58.zip | |
Revert "Use `rake -m` (multi-task) to `appveyor.yml`."
This reverts commit ac68c90800e5fab3ab4e00a3086101b3cbf1c379.
`rake -m` does not work for VisualC.
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 6d7eaa571..bf4fb3f17 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -47,5 +47,4 @@ install: build_script: - set YACC=.\win_flex_bison\win_bison.exe - set MRUBY_CONFIG=appveyor_config.rb - - rake -m all - rake -E $stdout.sync=true test |
