aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-geocoq.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ci/ci-geocoq.sh')
-rwxr-xr-xdev/ci/ci-geocoq.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/ci/ci-geocoq.sh b/dev/ci/ci-geocoq.sh
index 920272bcf..24cd9c427 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 )