Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
Travis test #5
Browse files Browse the repository at this point in the history
  • Loading branch information
fquinner committed Sep 19, 2015
1 parent a3a605b commit 1bdc3bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ before_install:
- export SOURCE_DIR=`pwd`
- ls
- sudo apt-get update -qq
- sudo apt-get install -y scons git flex uuid-dev libevent-dev cmake git
- sudo apt-get install -y scons git flex uuid-dev libevent-dev cmake git libzmq-dev
- cd
- wget https://github.com/apache/qpid-proton/archive/0.10.tar.gz -O proton.tgz
- tar xvf proton.tgz
Expand All @@ -27,4 +27,5 @@ script:
- echo MAMA_INSTALL=$MAMA_INSTALL
- find $MAMA_INSTALL
- scons --with-mamasource=$MAMA_SOURCE --with-mamainstall=$MAMA_INSTALL
- cat config.log
- cat config.log
- cat /usr/include/zmq.h

0 comments on commit 1bdc3bc

Please sign in to comment.