aboutsummaryrefslogtreecommitdiff
path: root/aux/ci/ci-build.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-28 23:28:51 -0300
committerEuAndreh <eu@euandre.org>2021-02-28 23:28:51 -0300
commit19cea1947e64761f5ea57be5072102644501b609 (patch)
tree633619d8e6982aadeb2957fc5e14edcb5e8bd56e /aux/ci/ci-build.sh
parentAdd dependencies.dot (diff)
downloadpackage-repository-19cea1947e64761f5ea57be5072102644501b609.tar.gz
package-repository-19cea1947e64761f5ea57be5072102644501b609.tar.xz
Update files under aux/
Diffstat (limited to '')
-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"