From 132dd4dfee8a0cf6f2bd05d21538898bdbbc70ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 28 Feb 2018 17:39:59 +0100 Subject: Enable ci.erlang.mk only when CI_ERLANG_MK=1 is set This will avoid issues with other people's build systems. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a47cf33..d37b8cc 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ LOCAL_DEPS = ssl DOC_DEPS = asciideck -TEST_DEPS = ci.erlang.mk ct_helper +TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) ct_helper dep_ct_helper = git https://github.com/ninenines/ct_helper master # CI configuration. -- cgit v1.2.3