aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-02-28 17:39:59 +0100
committerLoïc Hoguin <[email protected]>2018-02-28 17:39:59 +0100
commit132dd4dfee8a0cf6f2bd05d21538898bdbbc70ab (patch)
tree2825412d5023bd893a618c930349d81cc70cb3c9
parentb6f5b70ddbd7cb29cc26012e224fbbac67ca0432 (diff)
downloadranch-132dd4dfee8a0cf6f2bd05d21538898bdbbc70ab.tar.gz
ranch-132dd4dfee8a0cf6f2bd05d21538898bdbbc70ab.tar.bz2
ranch-132dd4dfee8a0cf6f2bd05d21538898bdbbc70ab.zip
Enable ci.erlang.mk only when CI_ERLANG_MK=1 is set
This will avoid issues with other people's build systems.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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.