Skip to content

Commit

Permalink
Add travis file.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmonktastic committed Dec 22, 2014
1 parent f4039a3 commit 0fb8fcb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq bison flex libncurses5-dev

script:
- ./ubuntu-12.04.configure
- make pcre
- make ttyeden
11 changes: 11 additions & 0 deletions ubuntu-12.04.configure
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/sh

# Build suitable pcre
make pcre

# Configure
./configure \
--enable-debug --enable-depend \
--with-curses-include="/usr/include" \
--with-readline-include="-I/usr/include/readline" \
--with-readline-lib="-lreadline"

0 comments on commit 0fb8fcb

Please sign in to comment.