Skip to content

Commit

Permalink
have travis build libamrex on each push.
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers committed Nov 7, 2017
1 parent cb6b1ab commit 5472034
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:

install:
- pip install --user sphinx sphinx_rtd_theme
- sudo apt-get install mpich2 gfortran

script: bash ./build_and_deploy.sh

Expand Down
5 changes: 5 additions & 0 deletions build_and_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,8 @@ ssh-add ../id_rsa_travis

git push $SSH_REPO $TARGET_BRANCH || true
ssh-agent -k
cd ..

echo "Building libamrex... "
./configure
make -j

0 comments on commit 5472034

Please sign in to comment.