aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-24 03:42:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-24 03:42:28 +0000
commit5414122605013c04fcd835e41ccdc64c3ea545a6 (patch)
treec0f2ead6137e39e5e46bf0dc0ae96e711c34d707 /appveyor.yml
parentc767b8062d9cb641ced705c4294e42b396e10704 (diff)
downloadruby-5414122605013c04fcd835e41ccdc64c3ea545a6.tar.gz
Don't download from Unicode.org
* tool/make-snapshot: use checked out headers for Unicode, to get rid of downloading data files from Unicode.org. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 47b24b9189..f2cd1765b2 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -35,7 +35,7 @@ build_script:
- cd %Platform%-mswin_%vs%
- ..\win32\configure.bat --without-ext=+,dbm,gdbm,readline --with-opt-dir=/usr/local --with-openssl-dir=%OPENSSL_DIR:\=/%
- nmake -l touch-unicode-files
- - nmake -l up
+ - nmake -l up UNICODE_FILES=.
- nmake -l
- nmake install-nodoc
test_script: