aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-hott.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-hott.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-hott.sh')
-rwxr-xr-xdev/ci/ci-hott.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-hott.sh b/dev/ci/ci-hott.sh
index 693135a4c..aa2edff7a 100755
--- a/dev/ci/ci-hott.sh
+++ b/dev/ci/ci-hott.sh
@@ -7,4 +7,4 @@ HoTT_CI_DIR=${CI_BUILD_DIR}/HoTT
git_checkout ${HoTT_CI_BRANCH} ${HoTT_CI_GITURL} ${HoTT_CI_DIR}
-( cd ${HoTT_CI_DIR} && ./autogen.sh && ./configure && make )
+( cd ${HoTT_CI_DIR} && ./autogen.sh && ./configure && git submodule update --init --recursive && ./etc/coq-scripts/timing/make-pretty-timed-or-error.sh )