diff options
author | Loïc Hoguin <[email protected]> | 2017-11-17 22:55:22 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-11-17 22:55:22 +0100 |
commit | bf16cd9149f0df503c991f791a3170e08f0c7c6f (patch) | |
tree | 6eca93427efd0251ed1da3c8b6f17a3ec62c4ede /Makefile | |
parent | c8309956c63477465f0a18287f5c9d827e75c201 (diff) | |
download | gun-bf16cd9149f0df503c991f791a3170e08f0c7c6f.tar.gz gun-bf16cd9149f0df503c991f791a3170e08f0c7c6f.tar.bz2 gun-bf16cd9149f0df503c991f791a3170e08f0c7c6f.zip |
Move ci.erlang.mk to TEST_DEPS
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -16,12 +16,11 @@ DEPS = cowlib ranch dep_cowlib = git https://github.com/ninenines/cowlib master dep_ranch = git https://github.com/ninenines/ranch master -TEST_DEPS = ct_helper +TEST_DEPS = ci.erlang.mk ct_helper dep_ct_helper = git https://github.com/extend/ct_helper.git master # CI configuration. -BUILD_DEPS = ci.erlang.mk dep_ci.erlang.mk = git https://github.com/ninenines/ci.erlang.mk master DEP_EARLY_PLUGINS = ci.erlang.mk |