aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-02-28 17:43:43 +0100
committerLoïc Hoguin <[email protected]>2018-02-28 17:43:43 +0100
commita00a6b2d047a5d41e8e062d1c414000b000b45d7 (patch)
tree3edfa3b04e29588431db2aab20bee3503cacc17b /Makefile
parenteb84f7ecab15dbcd5fd64d45e236a47b17b6b20e (diff)
downloadgun-a00a6b2d047a5d41e8e062d1c414000b000b45d7.tar.gz
gun-a00a6b2d047a5d41e8e062d1c414000b000b45d7.tar.bz2
gun-a00a6b2d047a5d41e8e062d1c414000b000b45d7.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 338b81c..6cedb2b 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ DEPS = cowlib ranch
dep_cowlib = git https://github.com/ninenines/cowlib master
dep_ranch = git https://github.com/ninenines/ranch master
-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/extend/ct_helper.git master
# CI configuration.