aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
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 /CONTRIBUTING.md
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 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 523c555e..6e6e2a54 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -44,7 +44,7 @@ Test cases are located under the
You can run it with the following three commands:
```
-$ gem install rake-compiler test-unit
+$ rake install_dependencies # installs rake-compiler, test-unit, ...
$ rake compile
$ rake test
```