Browse Source

CI: Use the erl_make_certs file from currently tested OTP

Loïc Hoguin 9 years ago
parent
commit
a930444180
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Makefile

+ 5 - 0
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