aboutsummaryrefslogtreecommitdiffstats
path: root/all.sh
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-08-01 11:53:51 +0200
committerLoïc Hoguin <[email protected]>2014-08-01 11:53:51 +0200
commit0c0c5cb6b7a18191dda4c2b0c4d7a372603ee8a4 (patch)
tree281b903ab6682f65daf5d28e03f932d67fa667c9 /all.sh
parent7f34d39930afe5f5eb369df9875728bbf8d72c5d (diff)
downloadranch-0c0c5cb6b7a18191dda4c2b0c4d7a372603ee8a4.tar.gz
ranch-0c0c5cb6b7a18191dda4c2b0c4d7a372603ee8a4.tar.bz2
ranch-0c0c5cb6b7a18191dda4c2b0c4d7a372603ee8a4.zip
Update erlang.mk to 1.0.0
Diffstat (limited to 'all.sh')
-rwxr-xr-xall.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/all.sh b/all.sh
index 9535cf5..d463ada 100755
--- a/all.sh
+++ b/all.sh
@@ -1,9 +1,9 @@
#!/bin/sh
KERL_INSTALL_PATH=~/erlang
-KERL_RELEASES="r15b01 r15b02 r15b03 r16b r16b01 r16b02 r16b03-1 17.0 maint master"
+KERL_RELEASES="r15b01 r15b02 r15b03 r16b r16b01 r16b02 r16b03-1 17.0 17.1.2"
-make build-tests
+make build-ct-suites
for rel in $KERL_RELEASES
do