aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-02-28 17:44:23 +0100
committerLoïc Hoguin <[email protected]>2018-02-28 17:44:23 +0100
commitb47b511cbe9da3b4e9067996b029ff0a71b46fa2 (patch)
tree778b3f0ef2fc94d3620ed9169604cfc7374c666c /Makefile
parent19054e40e04e3f3012963c3229033c69d4973388 (diff)
downloadcowboy-b47b511cbe9da3b4e9067996b029ff0a71b46fa2.tar.gz
cowboy-b47b511cbe9da3b4e9067996b029ff0a71b46fa2.tar.bz2
cowboy-b47b511cbe9da3b4e9067996b029ff0a71b46fa2.zip
Enable ci.erlang.mk only when CI_ERLANG_MK=1 is set
This will avoid issues with other people's build systems.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a7e9ac1..89bdc9d 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ dep_ranch = git https://github.com/ninenines/ranch 1.4.0
DOC_DEPS = asciideck
-TEST_DEPS = ci.erlang.mk ct_helper gun proper
+TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) ct_helper gun proper
dep_ct_helper = git https://github.com/extend/ct_helper master
dep_gun = git https://github.com/ninenines/gun master