aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-08-13 23:08:50 +0200
committerLoïc Hoguin <[email protected]>2015-08-13 23:14:01 +0200
commita930444180b7c6227d1e1ef03e4c5055d9896cdd (patch)
tree8a3333a723d0c68bf6d47ce2fe410860e3e54e56 /Makefile
parentc6a3e544ac58de58eee4c812e7a306a3000ec756 (diff)
downloadranch-a930444180b7c6227d1e1ef03e4c5055d9896cdd.tar.gz
ranch-a930444180b7c6227d1e1ef03e4c5055d9896cdd.tar.bz2
ranch-a930444180b7c6227d1e1ef03e4c5055d9896cdd.zip
CI: Use the erl_make_certs file from currently tested OTP
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 049a7bd..97aa523 100644
--- a/Makefile
+++ b/Makefile
@@ -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