From a930444180b7c6227d1e1ef03e4c5055d9896cdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 13 Aug 2015 23:08:50 +0200 Subject: CI: Use the erl_make_certs file from currently tested OTP --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3