From cafd77e72ad186319a02fb319362acccd336f667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 26 Jul 2015 22:52:10 +0200 Subject: Add CircleCI --- Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4ee915a..280a8b0 100644 --- a/Makefile +++ b/Makefile @@ -6,14 +6,13 @@ PROJECT = gun CT_OPTS += -pa test -ct_hooks gun_ct_hook [] -boot start_sasl PLT_APPS = ssl -CI_OTP = OTP-17.0.2 OTP-17.1.2 OTP-17.2.2 OTP-17.3.4 OTP-17.4.1 OTP-17.5.3 - -CT_SUITES = twitter +CI_OTP = OTP-18.0.2 # Dependencies. DEPS = cowlib ranch dep_cowlib = git https://github.com/ninenines/cowlib 1.3.0 +dep_ranch = git https://github.com/ninenines/ranch 1.1.0 TEST_DEPS = ct_helper dep_ct_helper = git https://github.com/extend/ct_helper.git master @@ -21,8 +20,3 @@ dep_ct_helper = git https://github.com/extend/ct_helper.git master # Standard targets. include erlang.mk - -# Open logs after CI ends. - -ci:: - xdg-open logs/all_runs.html -- cgit v1.2.3