More tweaks to build script

This commit is contained in:
Greg Hale 2016-08-03 22:41:42 -04:00
parent 3e072aab02
commit 78eedead48
3 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ dist
log
*.webapp
*.stats
out

View File

@ -4,7 +4,7 @@ set -e # Exit with nonzero exit code if anything fails
SOURCE_BRANCH="dynamic"
TARGET_BRANCH="gh-pages"
OUT=dist/hpc
OUT=out
function doCompile {
./runTestsAndCoverage.sh

View File

@ -42,7 +42,10 @@ done
# TODO - actually send results to /dev/null when hpc kinks are fully removed
hpc markup $EXCL --destdir=$DIR testsuite # >/dev/null 2>&1
cp -r $DIR out/
cat <<EOF
Test coverage report written to $HTMLDIR.
EOF