aboutsummaryrefslogtreecommitdiff
path: root/aux/ci/ci-build.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-30 01:26:00 -0300
committerEuAndreh <eu@euandre.org>2021-01-30 01:26:00 -0300
commit624ea9099d0a680b109f2d390eeb6e7bb469f5ae (patch)
treed44c0cd5b499bf71c60e410a9991d07b05bb1f02 /aux/ci/ci-build.sh
parentaux/workflow/: Update copied files, now accept optional filename parameter (diff)
downloadremembering-624ea9099d0a680b109f2d390eeb6e7bb469f5ae.tar.gz
remembering-624ea9099d0a680b109f2d390eeb6e7bb469f5ae.tar.xz
aux/ci/ci-build.sh: Remove --enable-(ci|programmer)-mode
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