aboutsummaryrefslogtreecommitdiff
path: root/aux/ci
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-29 22:57:18 -0300
committerEuAndreh <eu@euandre.org>2021-01-29 22:57:18 -0300
commitfdf869bff20bb7436b4af1b14c83f0c2160c7ab7 (patch)
treeedd0348fd5471addb29ade711603999b3877dc69 /aux/ci
parentfake-symlinks: Remove README.in (diff)
downloaddotfiles-fdf869bff20bb7436b4af1b14c83f0c2160c7ab7.tar.gz
dotfiles-fdf869bff20bb7436b4af1b14c83f0c2160c7ab7.tar.xz
fake-symlinks: Remove programmer-mode
Diffstat (limited to 'aux/ci')
-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 c891d3b8..bff12167 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