aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-geocoq.sh
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-05-16 19:52:17 +0200
committerGaëtan Gilbert2018-05-16 19:52:17 +0200
commitf01a1e45902bcd7ee077ead7037c809d776f35d2 (patch)
treeaf65cfaa3463bf0711f037935b7735ce9a6713a9 /dev/ci/ci-geocoq.sh
parentaca979230e6ff72913c63b844954f1ec9dc24d61 (diff)
parented91bf1fce168026675f986a0069ca596ad2b806 (diff)
Merge PR #7514: [ci] Don't build lite versions of CI developments.
Diffstat (limited to 'dev/ci/ci-geocoq.sh')
-rwxr-xr-xdev/ci/ci-geocoq.sh4
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 )