Skip to content

Commit

Permalink
added nc-config output to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 6, 2020
1 parent 3f45048 commit 042ea81
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 @@ -40,8 +40,8 @@ env:

script:
- nc-config --all
- find / -name netcdf_meta.h|xargs cat
- cat /usr/include/netcdf_meta.h
- find / -name netcdf.h
- ls -l /usr/include
- autoreconf -i
- export CFLAGS='-std=c99 -fsanitize=address -fno-omit-frame-pointer -Werror'
- export FFLAGS='-fsanitize=address -fno-omit-frame-pointer'
Expand Down

0 comments on commit 042ea81

Please sign in to comment.