aboutsummaryrefslogtreecommitdiff
path: root/aux
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-23 10:41:49 -0300
committerEuAndreh <eu@euandre.org>2021-03-23 10:41:49 -0300
commita893e91f6a7e7db2d91ed0baed8b8addfdad67e8 (patch)
treedc569df3d42f1ce42c91b981734f6b0534fecd9c /aux
parentaux/guix/with-container.sh: Add --fallback to Guix commands (diff)
downloadeuandre.org-a893e91f6a7e7db2d91ed0baed8b8addfdad67e8.tar.gz
euandre.org-a893e91f6a7e7db2d91ed0baed8b8addfdad67e8.tar.xz
aux/ci/ci-build.sh: Run build target before tests, so we have HTML files when tests fail
Diffstat (limited to '')
-rwxr-xr-xaux/ci/ci-build.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/aux/ci/ci-build.sh b/aux/ci/ci-build.sh
index 45e4075..21788f4 100755
--- a/aux/ci/ci-build.sh
+++ b/aux/ci/ci-build.sh
@@ -25,12 +25,6 @@ EOF
git notes --ref=refs/notes/ci-logs add -f -F "$LOGFILE"
git notes append -m "$NOTE"
- cd -
- if [ -f ./aux/ci/report.sh ]; then
- sh aux/ci/report.sh "$PACKAGE"
- rsync -a public/ "/srv/http/$PACKAGE/"
- fi
-
printf "\n>>>\n>>> CI logs added as Git note.\n>>>\n>>> Run status was %s" "$STATUS"
}
trap finish EXIT
@@ -50,7 +44,7 @@ EOF
RUNNER='sh -c'
fi
- $RUNNER 'make clean dev-check public'
+ $RUNNER 'make clean public dev-check'
rsync -a public/ "/srv/http/$PACKAGE/" --delete
} 2>&1 | tee "$LOGFILE"