diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-03-24 02:44:21 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-03-24 02:44:21 +0000 |
commit | f5e265949fcc0964523e035de9e8dd0ea395be54 (patch) | |
tree | a2f898db6c2f22e3afb516ba5ec12d7d56614a9a /appveyor.yml | |
parent | 489c1e33e3728c306bdeaf77083f4869ae8654f3 (diff) | |
download | ruby-f5e265949fcc0964523e035de9e8dd0ea395be54.tar.gz |
common.mk: touch-unicode-files
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58073 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 5bd7246bb9..47b24b9189 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,7 +34,7 @@ build_script: - mkdir %Platform%-mswin_%vs% - cd %Platform%-mswin_%vs% - ..\win32\configure.bat --without-ext=+,dbm,gdbm,readline --with-opt-dir=/usr/local --with-openssl-dir=%OPENSSL_DIR:\=/% - - nmake -t .unicode-tables.time + - nmake -l touch-unicode-files - nmake -l up - nmake -l - nmake install-nodoc |