ruby-changes:46924
From: nobu <ko1@a...>
Date: Thu, 8 Jun 2017 10:58:47 +0900 (JST)
Subject: [ruby-changes:46924] nobu:r59039 (trunk): appveyor.yml: show encodings [ci skip]
nobu 2017-06-08 10:58:42 +0900 (Thu, 08 Jun 2017) New Revision: 59039 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59039 Log: appveyor.yml: show encodings [ci skip] Modified files: trunk/appveyor.yml Index: appveyor.yml =================================================================== --- appveyor.yml (revision 59038) +++ appveyor.yml (revision 59039) @@ -44,6 +44,7 @@ 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 + - \usr\bin\ruby -v -e "p :locale => Encoding.find('locale'), :filesystem => Encoding.find('filesystem')" - set /a JOBS=2*%NUMBER_OF_PROCESSORS% test_script: - nmake -l "TESTOPTS=-v -q" btest -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/