diff options
Diffstat (limited to 'tools/ci/ci-cpdt.sh')
| -rwxr-xr-x | tools/ci/ci-cpdt.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/ci/ci-cpdt.sh b/tools/ci/ci-cpdt.sh deleted file mode 100755 index 18d7561804..0000000000 --- a/tools/ci/ci-cpdt.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -ci_dir="$(dirname "$0")" -source ${ci_dir}/ci-common.sh - -wget http://adam.chlipala.net/cpdt/cpdt.tgz -tar xvfz cpdt.tgz - -( cd cpdt && make clean && make -j ${NJOBS} ) - |
