diff options
| author | EuAndreh <eu@euandre.org> | 2021-02-08 03:08:34 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-02-08 03:08:34 -0300 |
| commit | 148314bdbbf7ef1c60e198e2e3da703023a5425a (patch) | |
| tree | 915df0e9d812d7d77fdd1c25c913e2b4973051b5 /aux/ci | |
| parent | aux/ci/: Use /srv over /data path (diff) | |
| download | toph-148314bdbbf7ef1c60e198e2e3da703023a5425a.tar.gz toph-148314bdbbf7ef1c60e198e2e3da703023a5425a.tar.xz | |
Update aux/ files
Diffstat (limited to 'aux/ci')
| -rwxr-xr-x | aux/ci/ci-build.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/aux/ci/ci-build.sh b/aux/ci/ci-build.sh index bff1216..81ee1fd 100755 --- a/aux/ci/ci-build.sh +++ b/aux/ci/ci-build.sh @@ -41,10 +41,10 @@ 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 clean check public' + COMMAND='make CC=cc clean check public' fi $RUNNER "$COMMAND" |
