aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-10-26 18:29:09 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-11-06 20:50:57 +0900
commitbfe5c5dc3a1a4906016b6e387dee04f94f6ca9c9 (patch)
tree9e3bc33b05ad140c6ae7807109382837d4f1e90e /appveyor.yml
parent3f23a129fcc52a56a2a34739d6f3cfb9a75766d4 (diff)
downloadruby-openssl-bfe5c5dc3a1a4906016b6e387dee04f94f6ca9c9.tar.gz
Add install_dependencies rake task that installs testing dependenciestopic/rake-install-dependencies
Parse the dependency gems from openssl.gemspec and install them. This is extracted from tool/ruby-openssl-docker/init.sh. .travis.yml, appveyor.yml and CONTRIBUTING.md are also updated to use the new task.
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 9f2f8d05..c3e9c303 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -5,7 +5,7 @@ install:
- appveyor DownloadFile http://dl.bintray.com/oneclick/OpenKnapsack/x64/openssl-1.0.1m-x64-windows.tar.lzma
- 7z e openssl-1.0.1m-x64-windows.tar.lzma
- 7z x -y -oC:\Ruby%ruby_version% openssl-1.0.1m-x64-windows.tar
- - gem install rake-compiler
+ - ruby -S rake install_dependencies
build_script:
- rake -rdevkit compile -- --with-openssl-dir=C:\Ruby%ruby_version%
test_script: