aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-coq_tools.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ci/ci-coq_tools.sh')
-rwxr-xr-xdev/ci/ci-coq_tools.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev/ci/ci-coq_tools.sh b/dev/ci/ci-coq_tools.sh
new file mode 100755
index 0000000000..9c95c49c9f
--- /dev/null
+++ b/dev/ci/ci-coq_tools.sh
@@ -0,0 +1,9 @@
+#!/usr/bin/env bash
+
+ci_dir="$(dirname "$0")"
+. "${ci_dir}/ci-common.sh"
+
+git_download coq_tools
+
+( cd "${CI_BUILD_DIR}/coq_tools" && make check || \
+ { RV=$?; echo "The build broke, if an overlay is needed, mention @JasonGross in describing the expected change in Coq that needs to be taken into account, and he'll prepare a fix for coq-tools"; exit $RV; } )