mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove rake -v option from GitHub Actions.
This commit is contained in:
@@ -97,7 +97,7 @@ jobs:
|
||||
MRUBY_TARGET: travis
|
||||
- name: test
|
||||
shell: cmd
|
||||
run: C:\tools\cygwin\bin\ruby.exe /usr/bin/rake -E 'STDOUT.sync=true' test
|
||||
run: C:\tools\cygwin\bin\ruby.exe /usr/bin/rake -m -j4 -v -E 'STDOUT.sync=true' test
|
||||
env:
|
||||
MRUBY_TARGET: travis
|
||||
|
||||
@@ -111,7 +111,7 @@ jobs:
|
||||
shell: cmd
|
||||
run: |
|
||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
||||
rake -E "STDOUT.sync=true" -m -j4 -v test
|
||||
rake -E "STDOUT.sync=true" -m -j4 test
|
||||
env:
|
||||
MRUBY_TARGET: appveyor
|
||||
# TODO(take-cheeze): Re-enable /O2
|
||||
|
||||
Reference in New Issue
Block a user