Skip to content

Commit

Permalink
add gtest
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yoshimi committed Oct 29, 2018
1 parent 324022c commit fc9942d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ matrix:
before_install:
- sudo apt-get update
- sudo apt-get install -y gcc liblapack-dev cmake libfftw3-dev libgtest-dev
- "cd /usr/src/gtest && sudo cmake . && sudo cmake --build . && sudo mv libg* /usr/local/lib/ ; cd -"
- pip install numpy --user
- pip install scipy --user
- sudo apt-get install -y libopenmpi-dev openmpi-bin
Expand Down

0 comments on commit fc9942d

Please sign in to comment.