From a0c84abf1f3078c1ba42df1b588acbac4bc2e4df Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Tue, 6 Jun 2017 14:20:52 -0400 Subject: 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. --- dev/ci/ci-iris-coq.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/ci/ci-iris-coq.sh') diff --git a/dev/ci/ci-iris-coq.sh b/dev/ci/ci-iris-coq.sh index 2d127ddc1b..7526fe9a43 100755 --- a/dev/ci/ci-iris-coq.sh +++ b/dev/ci/ci-iris-coq.sh @@ -20,7 +20,7 @@ stdpp_CI_COMMIT=${IRIS_DEP[2]} git_checkout ${stdpp_CI_BRANCH} ${stdpp_CI_GITURL} ${stdpp_CI_DIR} ${stdpp_CI_COMMIT} -( cd ${stdpp_CI_DIR} && make && make install ) +( cd ${stdpp_CI_DIR} && make pretty-timed TGTS="all" && make install ) # Build iris now -( cd ${Iris_CI_DIR} && make ) +( cd ${Iris_CI_DIR} && make pretty-timed TGTS="all" ) -- cgit v1.2.3