Browse Source

Enable ci.erlang.mk only when CI_ERLANG_MK=1 is set

This will avoid issues with other people's build systems.
Loïc Hoguin 7 years ago
parent
commit
132dd4dfee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
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.