Skip to content

Commit

Permalink
update deploy script to compile libamrex before exiting early if not …
Browse files Browse the repository at this point in the history
…on development
  • Loading branch information
atmyers committed Jan 22, 2018
1 parent 2fc8c6b commit 6fdeffd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build_and_deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/bin/bash
set -e # Exit with nonzero exit code if anything fails

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

SOURCE_BRANCH="development"
TARGET_BRANCH="gh-pages"

Expand Down Expand Up @@ -64,7 +68,3 @@ ssh-add ../id_rsa_travis
git push $SSH_REPO $TARGET_BRANCH || true
ssh-agent -k
cd ..

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

0 comments on commit 6fdeffd

Please sign in to comment.