aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-11-19 13:25:54 +0100
committerLoïc Hoguin <[email protected]>2017-11-19 13:25:54 +0100
commit344cec95b40e281ffe2325916de96b4af12c8733 (patch)
tree8aeafbcd4a1a48f0f9cc61effe144691ed93830e /Makefile
parent185d928e1a9d43932a891f68d7f4063bd71febc9 (diff)
downloadcowboy-344cec95b40e281ffe2325916de96b4af12c8733.tar.gz
cowboy-344cec95b40e281ffe2325916de96b4af12c8733.tar.bz2
cowboy-344cec95b40e281ffe2325916de96b4af12c8733.zip
Add AUTO_CI_WINDOWS variable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2623f28..7a8c31b 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,7 @@ DEP_EARLY_PLUGINS = ci.erlang.mk
AUTO_CI_OTP ?= OTP-19+
AUTO_CI_HIPE ?= OTP-LATEST
# AUTO_CI_ERLLVM ?= OTP-LATEST
+AUTO_CI_WINDOWS ?= OTP-19+
# Standard targets.