mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Only test on the latest release per OTP major version by default
This commit is contained in:
parent
d143235a79
commit
7bccad4d21
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -29,10 +29,10 @@ dep_gun = git https://github.com/ninenines/gun master
|
||||||
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
|
||||||
|
|
||||||
AUTO_CI_OTP ?= OTP-20+
|
AUTO_CI_OTP ?= OTP-LATEST-20+
|
||||||
AUTO_CI_HIPE ?= OTP-LATEST
|
AUTO_CI_HIPE ?= OTP-LATEST
|
||||||
# AUTO_CI_ERLLVM ?= OTP-LATEST
|
# AUTO_CI_ERLLVM ?= OTP-LATEST
|
||||||
AUTO_CI_WINDOWS ?= OTP-20+
|
AUTO_CI_WINDOWS ?= OTP-LATEST-20+
|
||||||
|
|
||||||
# Standard targets.
|
# Standard targets.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue