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

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

Equations_CI_DIR="${CI_BUILD_DIR}/Equations"

git_checkout "${Equations_CI_BRANCH}" "${Equations_CI_GITURL}" "${Equations_CI_DIR}"

( cd "${Equations_CI_DIR}" && coq_makefile -f _CoqProject -o Makefile && make && make test-suite && make examples && make install)