aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-11-05 14:20:19 +0200
committerLoïc Hoguin <[email protected]>2016-11-05 14:20:19 +0200
commita24d48fec6f207954c7a403ee0943afe619832d9 (patch)
tree11c202d3a9c1cd7b9477626eb65c8c6b6401e241
parentfaca7866ed1c59cd41e11fcfc5a9f95378380497 (diff)
downloadcowboy-a24d48fec6f207954c7a403ee0943afe619832d9.tar.gz
cowboy-a24d48fec6f207954c7a403ee0943afe619832d9.tar.bz2
cowboy-a24d48fec6f207954c7a403ee0943afe619832d9.zip
Add HiPE and ErLLVM testing
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f8f6bb6..020f5ce 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,8 @@ PLT_APPS = public_key ssl
CT_OPTS += -ct_hooks cowboy_ct_hook [] # -boot start_sasl
CI_OTP ?= OTP-18.0.3 OTP-18.1.5 OTP-18.2.4.1 OTP-18.3.4.4 OTP-19.0.7 OTP-19.1.5
+CI_HIPE ?= $(lastword $(CI_OTP))
+CI_ERLLVM ?= $(CI_HIPE)
# Dependencies.