0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 20:50:24 +00:00

Update to erlang.mk 1.0.0

This commit is contained in:
Loïc Hoguin 2014-08-01 14:26:51 +02:00
parent 9e437e8119
commit 62de3a62f9
21 changed files with 608 additions and 255 deletions

4
all.sh
View file

@ -1,9 +1,9 @@
#!/bin/sh
KERL_INSTALL_PATH=~/erlang
KERL_RELEASES="r16b r16b01 r16b02 r16b03-1 17.0 17.1.2"
KERL_RELEASES="r16b01 r16b02 r16b03-1 17.0 17.1.2"
make build-tests
make build-ct-suites
for rel in $KERL_RELEASES
do