Browse Source

Add support for Autobahn test suite for CircleCI builds

Loïc Hoguin 10 years ago
parent
commit
93d1e0c577
1 changed files with 1 additions and 0 deletions
  1. 1 0
      circle.yml

+ 1 - 0
circle.yml

@@ -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