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
1786151ebf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -18,7 +18,7 @@ DIALYZER_OPTS = -Werror_handling -Wunmatched_returns
 
 
 LOCAL_DEPS = crypto
 LOCAL_DEPS = crypto
 
 
-TEST_DEPS = ci.erlang.mk horse proper
+TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) horse proper
 dep_horse = git https://github.com/ninenines/horse.git master
 dep_horse = git https://github.com/ninenines/horse.git master
 
 
 # CI configuration.
 # CI configuration.