Skip to content

Commit

Permalink
Add build script for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Jun 10, 2015
1 parent 7426fca commit aa7f5a2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: cpp
before_script:
- sudo apt-get update -qq
- sudo apt-get install -y python-dev python-numpy-dev cython gfortran libsundials-serial-dev liblapack-dev libblas-dev libboost-thread-dev python3-dev python3-numpy-dev
script:
- scons build VERBOSE=y blas_lapack_libs=lapack,blas build_thread_safe=y boost_thread_lib=boost_thread optimize=n
- scons test

0 comments on commit aa7f5a2

Please sign in to comment.