Skip to content

Commit

Permalink
Merge pull request #18 from jschlyter/travis-ci
Browse files Browse the repository at this point in the history
Add configuration file for Travis CI
  • Loading branch information
bellgrim committed Jun 7, 2015
2 parents 27e72b3 + 78b50c1 commit ca25683
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 --with-botan=/usr && \
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 ca25683

Please sign in to comment.