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 8e5dc56 commit c9d014e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ before_install:

before_script:
- export CC=mpicc
- export FC=mpifort
- export FC=mpif90
- export CPPFLAGS='-I/usr/include'

env:
global:
- CC=mpicc
- FC=mpifort
- FC=mpif90
- CPPFLAGS='-I/usr/include'
- CFLAGS='-std=c99'
- LDFLAGS='-L/usr/lib'
Expand Down

0 comments on commit c9d014e

Please sign in to comment.