aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-07-25 21:26:56 +0200
committerLoïc Hoguin <[email protected]>2015-07-25 21:26:56 +0200
commit1267388416fbd46ab7dad230116d01081c1215f6 (patch)
treec2269f451eff63577e8c51e718679da7132d42e6 /Makefile
parent79aa25cc03518a41351d9f5b074fed065e5713e0 (diff)
downloadcowboy-1267388416fbd46ab7dad230116d01081c1215f6.tar.gz
cowboy-1267388416fbd46ab7dad230116d01081c1215f6.tar.bz2
cowboy-1267388416fbd46ab7dad230116d01081c1215f6.zip
Add CircleCI to the 1.0 branch
Let's hope it works on first try. LOTS of OTP versions to test!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b68fb49..58b256a 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ ERLC_OPTS ?= -Werror +debug_info +warn_export_all +warn_export_vars \
COMPILE_FIRST = cowboy_middleware cowboy_sub_protocol
CT_OPTS += -pa test -ct_hooks cowboy_ct_hook []
PLT_APPS = crypto public_key ssl
+CI_OTP = OTP_R16B01 OTP_R16B02 OTP_R16B03-1 OTP-17.0.2 OTP-17.1.2 OTP-17.2.2 OTP-17.3.4 OTP-17.4.1 OTP-17.5.6.2 OTP-18.0.2
# Dependencies.