diff options
author | Loïc Hoguin <[email protected]> | 2015-08-13 23:08:50 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-08-13 23:14:01 +0200 |
commit | a930444180b7c6227d1e1ef03e4c5055d9896cdd (patch) | |
tree | 8a3333a723d0c68bf6d47ce2fe410860e3e54e56 | |
parent | c6a3e544ac58de58eee4c812e7a306a3000ec756 (diff) | |
download | ranch-a930444180b7c6227d1e1ef03e4c5055d9896cdd.tar.gz ranch-a930444180b7c6227d1e1ef03e4c5055d9896cdd.tar.bz2 ranch-a930444180b7c6227d1e1ef03e4c5055d9896cdd.zip |
CI: Use the erl_make_certs file from currently tested OTP
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -17,6 +17,11 @@ CI_OTP = \ OTP-17.0.2 OTP-17.1.2 OTP-17.2.2 OTP-17.3.4 OTP-17.4.1 OTP-17.5.6.2 \ OTP-18.0.2 +# CI setup. + +ci-setup:: + cp ~/.kerl/builds/$(CI_OTP_RELEASE)/otp_src_git/lib/ssl/test/erl_make_certs.erl deps/ct_helper/src/ + # Standard targets. include erlang.mk |