summaryrefslogtreecommitdiff
path: root/dev/ci/ci-coq-dpdgraph.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ci/ci-coq-dpdgraph.sh')
-rwxr-xr-xdev/ci/ci-coq-dpdgraph.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/dev/ci/ci-coq-dpdgraph.sh b/dev/ci/ci-coq-dpdgraph.sh
new file mode 100755
index 00000000..2373ea6c
--- /dev/null
+++ b/dev/ci/ci-coq-dpdgraph.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+
+ci_dir="$(dirname "$0")"
+. "${ci_dir}/ci-common.sh"
+
+git_download coq_dpdgraph
+
+( cd "${CI_BUILD_DIR}/coq_dpdgraph" && autoconf && ./configure && make && make test-suite )