summaryrefslogtreecommitdiff
path: root/dev/ci/ci-cpdt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ci/ci-cpdt.sh')
-rwxr-xr-xdev/ci/ci-cpdt.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev/ci/ci-cpdt.sh b/dev/ci/ci-cpdt.sh
new file mode 100755
index 00000000..ca759c7b
--- /dev/null
+++ b/dev/ci/ci-cpdt.sh
@@ -0,0 +1,9 @@
+#!/usr/bin/env bash
+
+ci_dir="$(dirname "$0")"
+. "${ci_dir}/ci-common.sh"
+
+wget http://adam.chlipala.net/cpdt/cpdt.tgz
+tar xvfz cpdt.tgz
+
+( cd cpdt && make clean && make )