Skip to content

Commit

Permalink
delete before_script
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yoshimi committed Oct 29, 2018
1 parent e72418b commit 4900e04
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,18 @@ matrix:
- 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

before_script:
- install -d gtest_build
- pushd gtest_build
- cmake -DCMAKE_CXX_COMPILER=clang++-3.7 /usr/src/gtest/
- cmake -DCMAKE_CXX_COMPILER=g++ /usr/src/gtest/
- make
- sudo cp *.a /usr/lib
- popd

install:
- mkdir build
- cd build
- cmake -DTesting=ON ../
- VERBOSE=1 make
script:
- export OMP_NUM_THREADS=1
- make test ARGS='-V'
Expand Down

0 comments on commit 4900e04

Please sign in to comment.