aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-equations.sh
blob: f7470463d9509150c3252b32e32944e70d8add8c (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 -j ${NJOBS} && make -j ${NJOBS} test-suite && make -j ${NJOBS} examples && make install)