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

ci_dir="$(dirname "$0")"
source ${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)