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 f28f46f commit 0be3522
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ before_script:
env:
global:
- CC=mpicc
- FC=mpifort
- CPPFLAGS='-I/usr/include'
- CFLAGS='-std=c99'
- LDFLAGS='-L/usr/lib'
Expand All @@ -30,4 +31,10 @@ script:
- autoreconf -i
- ./configure
- make -j distcheck
- make -j distclean
- rm -rf build
- mkdir build
- cd build
- cmake -DPIO_HDF5_LOGGING=On -DPIO_USE_MALLOC=On -DPIO_ENABLE_LOGGING=On -DWITH_PNETCDF=Off ..
- make

0 comments on commit 0be3522

Please sign in to comment.