diff options
| author | Jason Gross | 2017-06-06 14:20:52 -0400 |
|---|---|---|
| committer | Jason Gross | 2017-07-21 03:36:47 -0400 |
| commit | a0c84abf1f3078c1ba42df1b588acbac4bc2e4df (patch) | |
| tree | d332b59ee24266c02394715c5653e83ed4b9e00d /dev/ci/ci-hott.sh | |
| parent | 4d858df22bb30d2efbef39a177c28c15c600c885 (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-x | dev/ci/ci-hott.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-hott.sh b/dev/ci/ci-hott.sh index 693135a4c9..aa2edff7aa 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 ) |
