diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-05-17 18:00:47 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-05-19 17:37:17 +0900 |
| commit | ac68c90800e5fab3ab4e00a3086101b3cbf1c379 (patch) | |
| tree | ddf17b8331c6615fa4fa9ab51b0f0806c06f9668 | |
| parent | 82194c01ca4be9b7f903022621ab3ef0f61b137d (diff) | |
| download | mruby-ac68c90800e5fab3ab4e00a3086101b3cbf1c379.tar.gz mruby-ac68c90800e5fab3ab4e00a3086101b3cbf1c379.zip | |
Use `rake -m` (multi-task) to `appveyor.yml`.
| -rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index bf4fb3f17..6d7eaa571 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -47,4 +47,5 @@ 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 |
