aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-equations.sh
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <mattam@mattam.org>2017-10-22 10:46:14 +0200
committerGravatar Matthieu Sozeau <mattam@mattam.org>2017-11-20 10:22:17 +0100
commit9826bbd4eb1ded394d38a94abff25baa71823221 (patch)
tree8e2ae9636fbc3d48a3921c3ee9eb9445de450f3d /dev/ci/ci-equations.sh
parentedf1a8f36f75861b822081b3825357e122b6937d (diff)
Add Equations to CI
Diffstat (limited to 'dev/ci/ci-equations.sh')
-rwxr-xr-xdev/ci/ci-equations.sh10
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 000000000..f7470463d
--- /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)