aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-equations.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ci/ci-equations.sh')
-rwxr-xr-xdev/ci/ci-equations.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev/ci/ci-equations.sh b/dev/ci/ci-equations.sh
new file mode 100755
index 0000000000..b58a794da2
--- /dev/null
+++ b/dev/ci/ci-equations.sh
@@ -0,0 +1,9 @@
+#!/usr/bin/env bash
+
+ci_dir="$(dirname "$0")"
+. "${ci_dir}/ci-common.sh"
+
+git_download equations
+
+( cd "${CI_BUILD_DIR}/equations" && coq_makefile -f _CoqProject -o Makefile && \
+ make && make test-suite && make examples && make install)