diff options
| author | Gaëtan Gilbert | 2018-06-11 10:43:20 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-06-11 10:43:20 +0200 |
| commit | 034b70449c094b1b5b022a0596d7639a3b08ca39 (patch) | |
| tree | 4b87bbfb061887964ecc7571210bae2740aa9a05 /dev/ci/ci-geocoq.sh | |
| parent | 6409f30eb9de097228f073563e17fc1c6e24a402 (diff) | |
| parent | f713d98ae34b1ef0633ceba30bd4e866063fac9a (diff) | |
Merge PR #7736: [ci] Fix GeoCoq after https://github.com/GeoCoq/GeoCoq/issues/12
Diffstat (limited to 'dev/ci/ci-geocoq.sh')
| -rwxr-xr-x | dev/ci/ci-geocoq.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/ci/ci-geocoq.sh b/dev/ci/ci-geocoq.sh index 920272bcfb..24cd9c4272 100755 --- a/dev/ci/ci-geocoq.sh +++ b/dev/ci/ci-geocoq.sh @@ -7,4 +7,6 @@ GeoCoq_CI_DIR="${CI_BUILD_DIR}/GeoCoq" git_checkout "${GeoCoq_CI_BRANCH}" "${GeoCoq_CI_GITURL}" "${GeoCoq_CI_DIR}" +install_ssralg + ( cd "${GeoCoq_CI_DIR}" && ./configure.sh && make ) |
