aboutsummaryrefslogtreecommitdiff
path: root/aux/ci
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-09 15:24:07 -0300
committerEuAndreh <eu@euandre.org>2021-02-09 15:24:07 -0300
commitcfa02f442875918f20ed31209f17ab453c79f297 (patch)
tree1effe6552870ff2971e61c92a6847a7d4d1fb8de /aux/ci
parentfake-symlinks: Add stub aux/assert-perltidy.sh (diff)
downloaddotfiles-cfa02f442875918f20ed31209f17ab453c79f297.tar.gz
dotfiles-cfa02f442875918f20ed31209f17ab453c79f297.tar.xz
Update files under aux/
Diffstat (limited to 'aux/ci')
-rwxr-xr-xaux/ci/ci-build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/aux/ci/ci-build.sh b/aux/ci/ci-build.sh
index 25c0441d..81ee1fd3 100755
--- a/aux/ci/ci-build.sh
+++ b/aux/ci/ci-build.sh
@@ -41,8 +41,8 @@ EOF
RUNNER='sh -c'
fi
- if [ -f ./bootstrap ]; then
- COMMAND='./bootstrap && ./configure && make clean all check distcheck public'
+ if [ -f ./configure ]; then
+ COMMAND='./configure && make clean check public'
else
COMMAND='make CC=cc clean check public'
fi