diff options
| author | Gaëtan Gilbert | 2018-05-16 19:52:17 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-05-16 19:52:17 +0200 |
| commit | f01a1e45902bcd7ee077ead7037c809d776f35d2 (patch) | |
| tree | af65cfaa3463bf0711f037935b7735ce9a6713a9 /dev/ci/ci-geocoq.sh | |
| parent | aca979230e6ff72913c63b844954f1ec9dc24d61 (diff) | |
| parent | ed91bf1fce168026675f986a0069ca596ad2b806 (diff) | |
Merge PR #7514: [ci] Don't build lite versions of CI developments.
Diffstat (limited to 'dev/ci/ci-geocoq.sh')
| -rwxr-xr-x | dev/ci/ci-geocoq.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev/ci/ci-geocoq.sh b/dev/ci/ci-geocoq.sh index bd1d88993c..920272bcfb 100755 --- a/dev/ci/ci-geocoq.sh +++ b/dev/ci/ci-geocoq.sh @@ -7,6 +7,4 @@ GeoCoq_CI_DIR="${CI_BUILD_DIR}/GeoCoq" git_checkout "${GeoCoq_CI_BRANCH}" "${GeoCoq_CI_GITURL}" "${GeoCoq_CI_DIR}" -( cd "${GeoCoq_CI_DIR}" && \ - ./configure-ci.sh && \ - make ) +( cd "${GeoCoq_CI_DIR}" && ./configure.sh && make ) |
