diff options
| author | EuAndreh <eu@euandre.org> | 2021-02-09 15:24:07 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-02-09 15:24:07 -0300 |
| commit | cfa02f442875918f20ed31209f17ab453c79f297 (patch) | |
| tree | 1effe6552870ff2971e61c92a6847a7d4d1fb8de /aux/ci | |
| parent | fake-symlinks: Add stub aux/assert-perltidy.sh (diff) | |
| download | dotfiles-cfa02f442875918f20ed31209f17ab453c79f297.tar.gz dotfiles-cfa02f442875918f20ed31209f17ab453c79f297.tar.xz | |
Update files under aux/
Diffstat (limited to 'aux/ci')
| -rwxr-xr-x | aux/ci/ci-build.sh | 4 |
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 |
