aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-11-01 23:46:10 +0200
committerLoïc Hoguin <[email protected]>2016-11-01 23:46:10 +0200
commited2563cd7a9ee6c2e47417f50c731f4c51cb6681 (patch)
tree44e76eadc28b29016155eb047eba5630dff64ce7
parent80f0ad6019a2dea9f3ef06511c21503da87199dd (diff)
downloadasciideck-ed2563cd7a9ee6c2e47417f50c731f4c51cb6681.tar.gz
asciideck-ed2563cd7a9ee6c2e47417f50c731f4c51cb6681.tar.bz2
asciideck-ed2563cd7a9ee6c2e47417f50c731f4c51cb6681.zip
Add CI
-rw-r--r--Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c3bcce5..2a7b4b1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,16 @@
+# See LICENSE for licensing information.
+
PROJECT = asciideck
PROJECT_DESCRIPTION = Asciidoc for Erlang.
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
+
+# Dependencies.
+
TEST_DEPS = ct_helper
-dep_ct_helper = git https://github.com/extend/ct_helper master
+dep_ct_helper = git https://github.com/ninenines/ct_helper master
include erlang.mk