aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-09-17 18:14:33 +0200
committerLoïc Hoguin <[email protected]>2019-09-17 18:14:33 +0200
commit1718f26abc7f7c6dc406ae09372f9fa33fd4c651 (patch)
tree3f55d4efb401bdb708f40cfb42ea3d28670c3ab8
parent23775b1cdc23b2a098f574114a5bb9260ef29914 (diff)
downloadci.erlang.mk-1718f26abc7f7c6dc406ae09372f9fa33fd4c651.tar.gz
ci.erlang.mk-1718f26abc7f7c6dc406ae09372f9fa33fd4c651.tar.bz2
ci.erlang.mk-1718f26abc7f7c6dc406ae09372f9fa33fd4c651.zip
Add WINDOWS-OTP-LATEST-22+ as well
-rw-r--r--early-plugins.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index e91b6a9..a1f263a 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -157,6 +157,15 @@ WINDOWS-OTP-20+ := $(WINDOWS-OTP-20) $(WINDOWS-OTP-21) $(WINDOWS-OTP-22)
WINDOWS-OTP-21+ := $(WINDOWS-OTP-21) $(WINDOWS-OTP-22)
WINDOWS-OTP-22+ := $(WINDOWS-OTP-22)
+WINDOWS-OTP-LATEST-18+ := $(lastword $(WINDOWS-OTP-18)) $(lastword $(WINDOWS-OTP-19)) \
+ $(lastword $(WINDOWS-OTP-20)) $(lastword $(WINDOWS-OTP-21)) $(lastword $(WINDOWS-OTP-22))
+WINDOWS-OTP-LATEST-19+ := $(lastword $(WINDOWS-OTP-19)) $(lastword $(WINDOWS-OTP-20)) \
+ $(lastword $(WINDOWS-OTP-21)) $(lastword $(WINDOWS-OTP-22))
+WINDOWS-OTP-LATEST-20+ := $(lastword $(WINDOWS-OTP-20)) $(lastword $(WINDOWS-OTP-21)) \
+ $(lastword $(WINDOWS-OTP-22))
+WINDOWS-OTP-LATEST-21+ := $(lastword $(WINDOWS-OTP-21)) $(lastword $(WINDOWS-OTP-22))
+WINDOWS-OTP-LATEST-22+ := $(lastword $(WINDOWS-OTP-22))
+
WINDOWS-OTP-LATEST := $(lastword $(WINDOWS-OTP-18+))
msys2_path = $(shell cygpath -u $1)