0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00

Add support for Autobahn test suite for CircleCI builds

This commit is contained in:
Loïc Hoguin 2015-07-22 18:28:15 +02:00
parent 239571d232
commit 93d1e0c577

View file

@ -8,6 +8,7 @@ dependencies:
- "~/erlang" - "~/erlang"
pre: pre:
- sudo pip install autobahntestsuite
- sudo apt-get install autoconf2.59 - sudo apt-get install autoconf2.59
- cd $HOME/bin && ln -s /usr/bin/autoconf2.59 autoconf - cd $HOME/bin && ln -s /usr/bin/autoconf2.59 autoconf
- cd $HOME/bin && ln -s /usr/bin/autoheader2.59 autoheader - cd $HOME/bin && ln -s /usr/bin/autoheader2.59 autoheader