diff options
| author | Enrico Tassi | 2020-11-25 15:44:16 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2020-11-26 12:06:25 +0100 |
| commit | 0c3b900708bbc79e411ea0e60017abde89106a95 (patch) | |
| tree | 6e278c2d8379df62034ad7ccfe91eb7e583f87c8 /dev/ci/ci-interval.sh | |
| parent | fdf2f92ed5e2e838ffb11183c00f724e4e7c3a51 (diff) | |
[ci] avoid always rebuilding jobs that use remake
Diffstat (limited to 'dev/ci/ci-interval.sh')
| -rwxr-xr-x | dev/ci/ci-interval.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-interval.sh b/dev/ci/ci-interval.sh index 30d437363f..1e89aac629 100755 --- a/dev/ci/ci-interval.sh +++ b/dev/ci/ci-interval.sh @@ -5,4 +5,4 @@ ci_dir="$(dirname "$0")" git_download interval -( cd "${CI_BUILD_DIR}/interval" && autoconf && ./configure && ./remake "-j${NJOBS}" && ./remake install ) +( cd "${CI_BUILD_DIR}/interval" && ( if [ ! -x ./configure ]; then autoconf && ./configure; fi ) && ./remake "-j${NJOBS}" && ./remake install ) |
