Skip to content

Commit

Permalink
Final fiddling with coverage tests and documentation deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacmackin committed Dec 19, 2016
1 parent b4a4e88 commit 7a40ed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ln -s ${PFUNIT}/include/driver.F90 tests/
mkdir -p tests_build $(FoBiS.py rule -mode tests -get build_dir)
if FoBiS.py build -mode tests -coverage ; then
$(FoBiS.py rule -mode tests -get_output_name)
gcov $(FoBiS.py rule -mode gnu-static -get build_dir)/$(FoBiS.py rule -mode gnu-static -get obj_dir)/*.gcno -pb
gcov $(FoBiS.py rule -mode gnu-static -get build_dir)/$(FoBiS.py rule -mode gnu-static -get obj_dir)/*.gcno -p
else
echo "Failed to build tests."
exit 1
Expand Down
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ENCRYPTED_KEY_VAR="encrypted_${ENCRYPTION_LABEL}_key"
ENCRYPTED_IV_VAR="encrypted_${ENCRYPTION_LABEL}_iv"
ENCRYPTED_KEY=${!ENCRYPTED_KEY_VAR}
ENCRYPTED_IV=${!ENCRYPTED_IV_VAR}
openssl aes-256-cbc -K $ENCRYPTED_KEY -iv $ENCRYPTED_IV -in key.enc -out key -d
openssl aes-256-cbc -K $ENCRYPTED_KEY -iv $ENCRYPTED_IV -in ../key.enc -out key -d
chmod 600 key
eval `ssh-agent -s`
ssh-add key
Expand Down

0 comments on commit 7a40ed7

Please sign in to comment.