From 425a820d172089b8ee37f89fa35587eaec0888fe Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 15 Aug 2018 04:10:19 +0000 Subject: appveyor.yml: no MSYS path conversion git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'appveyor.yml') 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 -- cgit v1.2.3