summaryrefslogtreecommitdiff
path: root/dev/ci/ci-geocoq.sh
blob: 8c5731847753efa1da55ee19fca34192f3d33bac (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

ci_dir="$(dirname "$0")"
. "${ci_dir}/ci-common.sh"

install_ssralg

git_download GeoCoq

( cd "${CI_BUILD_DIR}/GeoCoq" && ./configure.sh && make )