Skip to content

Commit

Permalink
try updating travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jun 8, 2020
1 parent f44b71e commit 750209f
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
@@ -1,5 +1,5 @@
language: c
dist: trusty
dist: bionic
sudo: false

branches:
Expand All @@ -23,10 +23,10 @@ before_script:
- export CC=mpicc
- export FC=mpif90
- export CPPFLAGS='-I/usr/include'
- wget https://parallel-netcdf.github.io/Release/pnetcdf-1.11.0.tar.gz
- tar -xzvf pnetcdf-1.11.0.tar.gz
- wget https://parallel-netcdf.github.io/Release/pnetcdf-1.12.1.tar.gz
- tar -xzvf pnetcdf-1.12.1.tar.gz
- ls -l
- pushd pnetcdf-1.11.0
- pushd pnetcdf-1.12.1
- ./configure --prefix=/usr --enable-shared
- make
- sudo make install
Expand All @@ -38,7 +38,7 @@ env:
- CPPFLAGS='-I/usr/include'
- CFLAGS='-std=c99'
- LDFLAGS='-L/usr/lib'

script:
- autoreconf -i
- export CFLAGS='-std=c99 -fsanitize=address -fno-omit-frame-pointer -Werror'
Expand Down

0 comments on commit 750209f

Please sign in to comment.