aboutsummaryrefslogtreecommitdiff
path: root/aux/ci/ci-build.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-28 20:32:07 -0300
committerEuAndreh <eu@euandre.org>2021-02-28 20:32:07 -0300
commit2cf8bc6adbe69c4aadc7652399b69a559aa7c374 (patch)
treeacfd54d3bf89eaca3d17f8c85d486ac9b6a75866 /aux/ci/ci-build.sh
parentREADME.sh: Reverse the list of tags (diff)
downloadremembering-2cf8bc6adbe69c4aadc7652399b69a559aa7c374.tar.gz
remembering-2cf8bc6adbe69c4aadc7652399b69a559aa7c374.tar.xz
Add assert-changelog.sh; change dependency of check -> dev-check targets
Diffstat (limited to 'aux/ci/ci-build.sh')
-rwxr-xr-xaux/ci/ci-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/ci/ci-build.sh b/aux/ci/ci-build.sh
index fb49e71..1c033fe 100755
--- a/aux/ci/ci-build.sh
+++ b/aux/ci/ci-build.sh
@@ -50,7 +50,7 @@ EOF
RUNNER='sh -c'
fi
- $RUNNER 'make clean check public'
+ $RUNNER 'make clean dev-check public'
rsync -avzzP public/ "/srv/http/$PACKAGE/" --delete
} 2>&1 | tee "$LOGFILE"