Skip to content

Commit

Permalink
added fortran to travis autotools build
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Mar 25, 2019
1 parent 9153947 commit f301384
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 @@ -42,8 +42,8 @@ env:
script:
- autoreconf -i
- export CFLAGS='-std=c99 -fsanitize=address -fno-omit-frame-pointer'
- export FFLAGS='-std=c99 -fsanitize=address -fno-omit-frame-pointer'
- ./configure
- export FFLAGS='-fsanitize=address -fno-omit-frame-pointer'
- ./configure --enable-fortran
- make -j distcheck
- rm -rf build
- mkdir build
Expand Down

0 comments on commit f301384

Please sign in to comment.