Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
.travis.yml: Call autoreconf to generate all needed files
Also, several packages have to be installed for the Travis build to work.
Adding these to .travis.yml.

Also updates README.md.
  • Loading branch information
rfjakob committed Jan 12, 2015
1 parent 5d067fe commit 8f8f7a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
@@ -1,3 +1,8 @@
language: c
script: automake && autoconf && ./configure && make

before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libtool libevent-dev

script: autoreconf -if && ./configure && make

1 change: 1 addition & 0 deletions README.md
Expand Up @@ -16,6 +16,7 @@ Description
Install
-------

autoreconf -if
./configure
make
su
Expand Down

0 comments on commit 8f8f7a4

Please sign in to comment.