aboutsummaryrefslogtreecommitdiffstats
path: root/all.sh
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-08-26 20:09:51 +0200
committerLoïc Hoguin <[email protected]>2015-08-26 20:09:51 +0200
commit997ec60732fb0e7dbc28f849f7d5779070e5d81b (patch)
tree7956926ee58564569ed3441287113fe5a2481b60 /all.sh
parent7d8a571b1e50602d701ca203fbf28036b2cf80f5 (diff)
downloadcowlib-997ec60732fb0e7dbc28f849f7d5779070e5d81b.tar.gz
cowlib-997ec60732fb0e7dbc28f849f7d5779070e5d81b.tar.bz2
cowlib-997ec60732fb0e7dbc28f849f7d5779070e5d81b.zip
Add CircleCI to 1.0.x branch
Diffstat (limited to 'all.sh')
-rwxr-xr-xall.sh17
1 files changed, 0 insertions, 17 deletions
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