Skip to content

Commit

Permalink
Add travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinus committed Nov 11, 2015
1 parent ccd4cad commit 0141a50
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
@@ -0,0 +1,20 @@

language: cpp

compiler:
- clang
- gcc

before_install:
- sudo apt-get update

install:
- sudo apt-get install -y build-essential cmake git python-dev libboost-python-dev python-numpy libeigen3-dev

before_script:
- mkdir build
- cd build
- cmake .. -DBUILD_TESTS=ON -DBUILD_PYTHON=ON

script:
- make -j2

0 comments on commit 0141a50

Please sign in to comment.