Skip to content

Commit

Permalink
add pficommon install to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UENISHI Kota committed Aug 27, 2012
1 parent 63205c0 commit c1988fa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Expand Up @@ -6,8 +6,12 @@ compiler:
before_install:
- "sudo apt-get -qq update"
- "sudo apt-get -qq install libmsgpack-dev libevent-dev"
# - "git clone git://github.com/pfi/pficommon.git"
# - "wget http://google-glog.googlecode.com/files/glog-0.3.2.tar.gz"
- "wget http://google-glog.googlecode.com/files/glog-0.3.2.tar.gz"
- "tar xzf glog-0.3.2.tar.gz && cd glog-0.3.2 && ./configure && make && sudo make install"
- "cd -"
- "git clone git://github.com/pfi/pficommon.git"
- "cd pficommon && ./waf configure && ./waf build && ./waf install"
- "cd -"

before_script:
- ./waf configure --disable-re2
Expand Down

0 comments on commit c1988fa

Please sign in to comment.