Skip to content

Commit

Permalink
trying cmake build in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Mar 13, 2019
1 parent a1f439a commit 8e5dc56
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@ env:
- LDFLAGS='-L/usr/lib'

script:
# - autoreconf -i
# - ./configure
# - make -j distcheck
# - make -j distclean
- pwd
- rm -rf build
- mkdir build
- 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


0 comments on commit 8e5dc56

Please sign in to comment.