ruby-changes:46923
From: nobu <ko1@a...>
Date: Thu, 8 Jun 2017 10:19:48 +0900 (JST)
Subject: [ruby-changes:46923] nobu:r59038 (trunk): appveyor.yml: enable exam on AppVeyor
nobu 2017-06-08 10:19:44 +0900 (Thu, 08 Jun 2017) New Revision: 59038 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59038 Log: appveyor.yml: enable exam on AppVeyor Modified files: trunk/appveyor.yml Index: appveyor.yml =================================================================== --- appveyor.yml (revision 59037) +++ appveyor.yml (revision 59038) @@ -8,6 +8,7 @@ environment: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L8 matrix: - vs: "120" install: + - chcp - SET BITS=%Platform:x86=32% - SET BITS=%BITS:x=% - SET OPENSSL_DIR=c:\OpenSSL-Win%BITS% @@ -43,8 +44,11 @@ build_script: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L44 - ..\win32\configure.bat --without-ext=+,dbm,gdbm,readline --with-opt-dir=/usr/local --with-openssl-dir=%OPENSSL_DIR:\=/% - nmake -l - nmake install-nodoc + - set /a JOBS=2*%NUMBER_OF_PROCESSORS% test_script: - nmake -l "TESTOPTS=-v -q" btest - nmake -l "TESTOPTS=-v -q" test-basic + - nmake -l "TESTOPTS=-q -j%JOBS%" test-all + - nmake -l test-spec matrix: fast_finish: true -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/