aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-geocoq.sh
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-06-06 14:20:52 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-07-21 03:36:47 -0400
commita0c84abf1f3078c1ba42df1b588acbac4bc2e4df (patch)
treed332b59ee24266c02394715c5653e83ed4b9e00d /dev/ci/ci-geocoq.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-geocoq.sh')
-rwxr-xr-xdev/ci/ci-geocoq.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-geocoq.sh b/dev/ci/ci-geocoq.sh
index eadeb7c38..9dfe2116d 100755
--- a/dev/ci/ci-geocoq.sh
+++ b/dev/ci/ci-geocoq.sh
@@ -13,4 +13,4 @@ git_checkout ${GeoCoq_CI_BRANCH} ${GeoCoq_CI_GITURL} ${GeoCoq_CI_DIR}
sed -i.bak '/Elements\/Book_1\.v/d' Make && \
sed -i.bak '/Elements\/Book_3\.v/d' Make && \
coq_makefile -f Make -o Makefile && \
- make )
+ make pretty-timed TGTS=all )