aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-11-05 00:59:31 +0200
committerLoïc Hoguin <[email protected]>2016-11-05 01:02:45 +0200
commit9dd3ec20a0bb932c25ee4a766c4822471fe342cc (patch)
tree3ece3a548af6a260da5b532fda7c19a59fc29a38 /Makefile
parent1364d2a5dd3fdcd3a28fc02751a1479949fa08d6 (diff)
downloadasciideck-9dd3ec20a0bb932c25ee4a766c4822471fe342cc.tar.gz
asciideck-9dd3ec20a0bb932c25ee4a766c4822471fe342cc.tar.bz2
asciideck-9dd3ec20a0bb932c25ee4a766c4822471fe342cc.zip
Add HiPE and ErLLVM testing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2a7b4b1..bba4e2f 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,8 @@ PROJECT_VERSION = 0.1.0
# Options.
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.