Skip to content

Commit

Permalink
add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yoshimi committed Oct 29, 2018
1 parent 6be7bce commit 070267d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
matrix:
include:
- language: cpp
sudo: enabled
before_install:
- sudo apt-get update
- sudo apt-get install -y gcc liblapack-dev cmake
- pip install numpy --user
- pip install scipy --user
- sudo apt-get install -y libopenmpi-dev openmpi-bin
install:
- mkdir build
- cd build
- cmake -DTesting=ON ../
- VERBOSE=1 make
script:
- export OMP_NUM_THREADS=1
- make test ARGS='-V'


0 comments on commit 070267d

Please sign in to comment.