aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-math-comp.sh
diff options
context:
space:
mode:
authorJason Gross2017-06-06 14:20:52 -0400
committerJason Gross2017-07-21 03:36:47 -0400
commita0c84abf1f3078c1ba42df1b588acbac4bc2e4df (patch)
treed332b59ee24266c02394715c5653e83ed4b9e00d /dev/ci/ci-math-comp.sh
parent4d858df22bb30d2efbef39a177c28c15c600c885 (diff)
Display timing data travis for various projects
HoTT, which builds it's own makefile, and supports timing data, makes use of its own timing script. Everything else goes through the coq-bundled timing scripts.
Diffstat (limited to 'dev/ci/ci-math-comp.sh')
-rwxr-xr-xdev/ci/ci-math-comp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-math-comp.sh b/dev/ci/ci-math-comp.sh
index 701403f2cf..e49ee5b171 100755
--- a/dev/ci/ci-math-comp.sh
+++ b/dev/ci/ci-math-comp.sh
@@ -12,4 +12,4 @@ checkout_mathcomp ${mathcomp_CI_DIR}
( cd ${mathcomp_CI_DIR}/mathcomp && \
sed -i.bak '/PFsection/d' Make && \
sed -i.bak '/stripped_odd_order_theorem/d' Make && \
- make Makefile.coq && make -f Makefile.coq all )
+ make Makefile.coq && make -f Makefile.coq pretty-timed TGTS="all" )