From 997ec60732fb0e7dbc28f849f7d5779070e5d81b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 26 Aug 2015 20:09:51 +0200 Subject: Add CircleCI to 1.0.x branch --- all.sh | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 all.sh (limited to 'all.sh') diff --git a/all.sh b/all.sh deleted file mode 100755 index fa9dd16..0000000 --- a/all.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -KERL_INSTALL_PATH=~/erlang -KERL_RELEASES="r15b r15b01 r15b02 r15b03 r16b r16b01 r16b02 r16b03-1 17.0 17.1.2" - -make build-ct-suites - -for rel in $KERL_RELEASES -do - echo - echo " TESTING $rel" - echo - . $KERL_INSTALL_PATH/$rel/activate - CT_OPTS="-label $rel" make tests -done - -xdg-open logs/all_runs.html -- cgit v1.2.3