12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- PROJECT = ranch
- PROJECT_DESCRIPTION = Socket acceptor pool for TCP protocols.
- PROJECT_VERSION = 1.6.1
- PROJECT_REGISTERED = ranch_server
- CT_OPTS += -pa test -ct_hooks ranch_ct_hook []
- PLT_APPS = crypto public_key tools
- LOCAL_DEPS = ssl
- DOC_DEPS = asciideck
- TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) ct_helper
- dep_ct_helper = git https://github.com/ninenines/ct_helper master
- dep_ci.erlang.mk = git https://github.com/ninenines/ci.erlang.mk master
- DEP_EARLY_PLUGINS = ci.erlang.mk
- AUTO_CI_OTP ?= OTP-18+
- AUTO_CI_HIPE ?= OTP-LATEST
- AUTO_CI_WINDOWS ?= OTP-18+
- include erlang.mk
- DIALYZER_OPTS += --src -r test
- ci-setup:: $(DEPS_DIR)/ct_helper
- $(gen_verbose) cp ~/.kerl/builds/$(CI_OTP_RELEASE)/otp_src_git/lib/ssl/test/erl_make_certs.erl deps/ct_helper/src/ || true
|