Skip to content

Commit

Permalink
add Travic CI support
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Jun 3, 2015
1 parent 4deaf84 commit 8941b88
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

sh autogen.sh && \
./configure && \
make all check
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: cpp
compiler:
- gcc
- clang
before_install:
- sudo apt-get update -qq
- sudo apt-get install build-essential autoconf automake libtool libcppunit-dev libsqlite3-dev sqlite3 libbotan1.10-dev
script: sh .travis.sh

0 comments on commit 8941b88

Please sign in to comment.