aboutsummaryrefslogtreecommitdiffhomepage
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.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev/ci/ci-cpdt.sh b/dev/ci/ci-cpdt.sh
index 8b725f6fe..5e34a206e 100755
--- a/dev/ci/ci-cpdt.sh
+++ b/dev/ci/ci-cpdt.sh
@@ -6,5 +6,4 @@ source ${ci_dir}/ci-common.sh
wget http://adam.chlipala.net/cpdt/cpdt.tgz
tar xvfz cpdt.tgz
-( cd cpdt && make clean && make )
-
+( cd cpdt && make clean && (make TIMED=1 2>&1 | tee time-of-build.log; exit ${PIPESTATUS[0]}) && make -f Makefile.coq print-pretty-timed )