diff options
| author | Matthieu Sozeau | 2017-10-22 10:46:14 +0200 |
|---|---|---|
| committer | Matthieu Sozeau | 2017-11-20 10:22:17 +0100 |
| commit | 9826bbd4eb1ded394d38a94abff25baa71823221 (patch) | |
| tree | 8e2ae9636fbc3d48a3921c3ee9eb9445de450f3d /dev/ci/ci-equations.sh | |
| parent | edf1a8f36f75861b822081b3825357e122b6937d (diff) | |
Add Equations to CI
Diffstat (limited to 'dev/ci/ci-equations.sh')
| -rwxr-xr-x | dev/ci/ci-equations.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev/ci/ci-equations.sh b/dev/ci/ci-equations.sh new file mode 100755 index 0000000000..f7470463d9 --- /dev/null +++ b/dev/ci/ci-equations.sh @@ -0,0 +1,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) |
