diff options
author | EuAndreh <eu@euandre.org> | 2021-01-30 01:26:00 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-30 01:26:00 -0300 |
commit | 624ea9099d0a680b109f2d390eeb6e7bb469f5ae (patch) | |
tree | d44c0cd5b499bf71c60e410a9991d07b05bb1f02 /aux | |
parent | aux/workflow/: Update copied files, now accept optional filename parameter (diff) | |
download | remembering-624ea9099d0a680b109f2d390eeb6e7bb469f5ae.tar.gz remembering-624ea9099d0a680b109f2d390eeb6e7bb469f5ae.tar.xz |
aux/ci/ci-build.sh: Remove --enable-(ci|programmer)-mode
Diffstat (limited to 'aux')
-rwxr-xr-x | aux/ci/ci-build.sh | 2 |
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 |