aboutsummaryrefslogtreecommitdiff
path: root/aux/ci/ci-build.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-30 01:28:10 -0300
committerEuAndreh <eu@euandre.org>2021-01-30 01:54:55 -0300
commite670eb08cf9aeccd66e1a0880e2389e4ebc0c49b (patch)
treea67d7a90150af780ae83beaab62e8e3f8a5e6042 /aux/ci/ci-build.sh
parentmanifest.scm: Remove leftover packages (diff)
downloadserver-e670eb08cf9aeccd66e1a0880e2389e4ebc0c49b.tar.gz
server-e670eb08cf9aeccd66e1a0880e2389e4ebc0c49b.tar.xz
aux/: Update copied files
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 c891d3b..bff1216 100755
--- a/aux/ci/ci-build.sh
+++ b/aux/ci/ci-build.sh
@@ -42,7 +42,7 @@ EOF
fi
if [ -f ./bootstrap ]; then
- COMMAND='./bootstrap && ./configure --enable-programmer-mode --enable-ci-mode && make clean all check distcheck public'
+ COMMAND='./bootstrap && ./configure && make clean all check distcheck public'
else
COMMAND='make clean check public'
fi