Skip to content

Commit

Permalink
test XTRALIBS
Browse files Browse the repository at this point in the history
  • Loading branch information
dpo committed Aug 16, 2019
1 parent b361d3c commit 1d2954e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:

before_install:
- export ARCHDEFS_VERSION=2.0.2
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then sudo apt-get update -qq; sudo apt-get install -qq wget gfortran; fi
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then sudo apt-get update -qq; sudo apt-get install -qq wget gfortran libblas-dev liblapack-dev; fi
- if [[ $TRAVIS_OS_NAME == "osx" ]]; then brew update; brew cask uninstall oclint; brew install gcc; fi
- mkdir -p $HOME/archdefs
- cd $HOME/archdefs
Expand Down Expand Up @@ -63,3 +63,6 @@ script:
- ./bin/runcutest --single -p genc
- ./bin/runcutest --single -p gen90
- ./bin/runcutest --single -p stats
- ./bin/runcutest -p gen77 -b -lblas -K -llapack -D ROSENBR
- ./bin/runcutest -p gen77 -lblas -D ROSENBR

0 comments on commit 1d2954e

Please sign in to comment.