From 9e827a9bea46c4f24c852812afd4ef754c1b7621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 13 Aug 2015 23:44:39 +0200 Subject: Fetch ct_helper before running ci-setup Since we copy a file into it. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 97aa523..926027f 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ CI_OTP = \ # CI setup. -ci-setup:: +ci-setup:: $(DEPS_DIR)/ct_helper cp ~/.kerl/builds/$(CI_OTP_RELEASE)/otp_src_git/lib/ssl/test/erl_make_certs.erl deps/ct_helper/src/ # Standard targets. -- cgit v1.2.3