зеркало из https://github.com/github/ruby.git
appveyor.yml: remove broken --name option
Currently all tests are skipped by the --name option. V=1 is for debugging this issue. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
ab7e34e4db
Коммит
1684a1bd71
|
@ -130,7 +130,8 @@ for:
|
|||
sh -c "mingw32-make -j$(nproc)"
|
||||
sh -c "mingw32-make -j$(nproc) install"
|
||||
test_script:
|
||||
# Overriding TEST_EXCLUDES because `--name=!/memory_leak/` is considered as a positive filter on AppVeyor msys2.
|
||||
- |
|
||||
sh -c "mingw32-make test"
|
||||
sh -c "mingw32-make -j$(nproc) test-all RUBY_FORCE_TEST_JIT=1"
|
||||
sh -c "mingw32-make -j$(nproc) test-all RUBY_FORCE_TEST_JIT=1 V=1 TEST_EXCLUDES='--excludes-dir=test/excludes'"
|
||||
sh -c "mingw32-make -j$(nproc) test-spec MSPECOPT=-j"
|
||||
|
|
Загрузка…
Ссылка в новой задаче