aboutsummaryrefslogtreecommitdiff
path: root/aux/ci/ci-build.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-30 10:43:28 -0300
committerEuAndreh <eu@euandre.org>2021-01-30 10:43:28 -0300
commit317d0e8d62697af03ece6ada18817720d5d7076c (patch)
treebf89cc5d74feae6b531acb3177d9275eaad3c5f2 /aux/ci/ci-build.sh
parentgenerate-pastebin-plaintext-alternate.rb: Use 0 index (diff)
downloadeuandre.org-317d0e8d62697af03ece6ada18817720d5d7076c.tar.gz
euandre.org-317d0e8d62697af03ece6ada18817720d5d7076c.tar.xz
Update aux/ci/ files
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 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