mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Move ci.erlang.mk to TEST_DEPS
This commit is contained in:
parent
aedd274e26
commit
435c541810
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -20,13 +20,12 @@ dep_ranch = git https://github.com/ninenines/ranch 1.4.0
|
||||||
|
|
||||||
DOC_DEPS = asciideck
|
DOC_DEPS = asciideck
|
||||||
|
|
||||||
TEST_DEPS = ct_helper gun
|
TEST_DEPS = ci.erlang.mk ct_helper gun
|
||||||
dep_ct_helper = git https://github.com/extend/ct_helper master
|
dep_ct_helper = git https://github.com/extend/ct_helper master
|
||||||
dep_gun = git https://github.com/ninenines/gun master
|
dep_gun = git https://github.com/ninenines/gun master
|
||||||
|
|
||||||
# CI configuration.
|
# CI configuration.
|
||||||
|
|
||||||
BUILD_DEPS = ci.erlang.mk
|
|
||||||
dep_ci.erlang.mk = git https://github.com/ninenines/ci.erlang.mk master
|
dep_ci.erlang.mk = git https://github.com/ninenines/ci.erlang.mk master
|
||||||
DEP_EARLY_PLUGINS = ci.erlang.mk
|
DEP_EARLY_PLUGINS = ci.erlang.mk
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue