mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
appveyor.yml: no MSYS path conversion
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4940bbc791
commit
425a820d17
1 changed files with 2 additions and 1 deletions
|
@ -104,6 +104,7 @@ for:
|
||||||
- ver
|
- ver
|
||||||
- chcp
|
- chcp
|
||||||
- set /a JOBS=%NUMBER_OF_PROCESSORS%
|
- set /a JOBS=%NUMBER_OF_PROCESSORS%
|
||||||
|
- set MSYS_NO_PATHCONV=1
|
||||||
- SET BITS=%Platform:x86=32%
|
- SET BITS=%Platform:x86=32%
|
||||||
- SET BITS=%BITS:x=%
|
- SET BITS=%BITS:x=%
|
||||||
- SET ruby_path=C:\Ruby%ruby_version:-x86=%
|
- SET ruby_path=C:\Ruby%ruby_version:-x86=%
|
||||||
|
@ -138,5 +139,5 @@ for:
|
||||||
test_script:
|
test_script:
|
||||||
# Overriding TEST_EXCLUDES because `--name=!/memory_leak/` is considered as a positive filter on AppVeyor msys2.
|
# Overriding TEST_EXCLUDES because `--name=!/memory_leak/` is considered as a positive filter on AppVeyor msys2.
|
||||||
- mingw32-make test
|
- 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
|
- mingw32-make -j%JOBS% test-spec MSPECOPT=-j
|
||||||
|
|
Loading…
Add table
Reference in a new issue