From 6b596cc21953f2fcb33871fca36d5fea515c8753 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sun, 7 Oct 2018 11:46:26 +0000 Subject: revert r64935 that didn't work at all. So the so file should be open at the time. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 5ba7c5efd5..51b61f9167 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -84,7 +84,6 @@ for: build_script: - cd %APPVEYOR_BUILD_FOLDER% - cd %Platform%-mswin_%vs% - - mkdir tmp - ..\win32\configure.bat --without-ext=+,dbm,gdbm,readline --with-opt-dir=/usr/local --with-openssl-dir=%OPENSSL_DIR:\=/% - nmake -l - nmake install-nodoc @@ -93,7 +92,7 @@ for: - set /a JOBS=%NUMBER_OF_PROCESSORS% - nmake -l "TESTOPTS=-v -q" btest - nmake -l "TESTOPTS=-v -q" test-basic - - nmake -l "TESTOPTS=-q -j%JOBS% --subprocess-timeout-scale=3.0" test-all RUBY_FORCE_TEST_JIT=1 TMPDIR=".\tmp" + - nmake -l "TESTOPTS=-q -j%JOBS% --subprocess-timeout-scale=3.0" test-all RUBY_FORCE_TEST_JIT=1 - nmake -l test-spec - matrix: -- cgit v1.2.3