Skip to content

Commit

Permalink
more work on travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Mar 14, 2019
1 parent 4a6b779 commit 0923e21
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ script:
- cd build
- cmake -DPIO_HDF5_LOGGING=On -DPIO_USE_MALLOC=On -DPIO_ENABLE_LOGGING=On -DWITH_PNETCDF=Off -DPIO_ENABLE_TIMING=Off ..
- make VERBOSE=1
- make test VERBOSE=1
- make clean VERBOSE=1
- make tests VERBOSE=1
- cd tests/cunit
- mpiexec -n 4 ./test_darray



0 comments on commit 0923e21

Please sign in to comment.