Skip to content

Commit

Permalink
removed cmake build in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Mar 19, 2019
1 parent 2739c71 commit 37eb88a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,5 @@ script:
- autoreconf -i
- ./configure
- make -j distcheck
- rm -rf build
- mkdir build
- cd build
- cmake -DPIO_HDF5_LOGGING=On -DPIO_USE_MALLOC=On -DPIO_ENABLE_LOGGING=On -DPIO_ENABLE_TIMING=Off ..
- make VERBOSE=1
- make tests VERBOSE=1
- make test VERBOSE=1


0 comments on commit 37eb88a

Please sign in to comment.