aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-15 04:10:19 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-15 04:10:19 +0000
commit6403d621f550ff0056fc0dd57b41a4f65c36a84e (patch)
tree28d4720fa4382155bf167f24cc3dc53af56d71ba /appveyor.yml
parent17ff856e2eb818d4aaef6602d300577f489be969 (diff)
downloadruby-6403d621f550ff0056fc0dd57b41a4f65c36a84e.tar.gz
appveyor.yml: no MSYS path conversion
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 4ed4f62332..b504d8d846 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -104,6 +104,7 @@ for:
- ver
- chcp
- set /a JOBS=%NUMBER_OF_PROCESSORS%
+ - set MSYS_NO_PATHCONV=1
- SET BITS=%Platform:x86=32%
- SET BITS=%BITS:x=%
- SET ruby_path=C:\Ruby%ruby_version:-x86=%
@@ -138,5 +139,5 @@ for:
test_script:
# Overriding TEST_EXCLUDES because `--name=!/memory_leak/` is considered as a positive filter on AppVeyor msys2.
- mingw32-make test
- - mingw32-make -j%JOBS% test-all RUBY_FORCE_TEST_JIT=1 V=1 TEST_EXCLUDES='--excludes-dir=test/excludes'
+ - mingw32-make -j%JOBS% test-all RUBY_FORCE_TEST_JIT=1 V=1
- mingw32-make -j%JOBS% test-spec MSPECOPT=-j