aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-11-18 20:45:54 +0100
committerLoïc Hoguin <[email protected]>2017-11-18 20:45:54 +0100
commit6af4d0e1d297ab52362d0c484053f158f7e01321 (patch)
tree5ccc04a4cd85c0829e79182ae7d96a3af9e97b22 /Makefile
parent3a0265bcdfdf204b39b683ab0d246477efb96b14 (diff)
downloadcowlib-6af4d0e1d297ab52362d0c484053f158f7e01321.tar.gz
cowlib-6af4d0e1d297ab52362d0c484053f158f7e01321.tar.bz2
cowlib-6af4d0e1d297ab52362d0c484053f158f7e01321.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 4c1b1eb..9f3d1b8 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,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.