From bfe5c5dc3a1a4906016b6e387dee04f94f6ca9c9 Mon Sep 17 00:00:00 2001 From: Kazuki Yamaguchi Date: Wed, 26 Oct 2016 18:29:09 +0900 Subject: Add install_dependencies rake task that installs testing 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. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') 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: -- cgit v1.2.3