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 30ce045 commit a1f439a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ before_script:
env:
global:
- CC=mpicc
- FC=mpif90
- FC=mpifort
- CPPFLAGS='-I/usr/include'
- CFLAGS='-std=c99'
- LDFLAGS='-L/usr/lib'

script:
- autoreconf -i
- ./configure
- make -j distcheck
- make -j distclean
# - autoreconf -i
# - ./configure
# - make -j distcheck
# - make -j distclean
- rm -rf build
- mkdir build
- cd build
Expand Down

0 comments on commit a1f439a

Please sign in to comment.