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-math-classes.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-math-classes.sh')
| -rwxr-xr-x | dev/ci/ci-math-classes.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ci/ci-math-classes.sh b/dev/ci/ci-math-classes.sh index 2837dee963..264e24a821 100755 --- a/dev/ci/ci-math-classes.sh +++ b/dev/ci/ci-math-classes.sh @@ -15,10 +15,10 @@ source ${ci_dir}/ci-bignums.sh git_checkout ${math_classes_CI_BRANCH} ${math_classes_CI_GITURL} ${math_classes_CI_DIR} -( cd ${math_classes_CI_DIR} && make && make install ) +( cd ${math_classes_CI_DIR} && make pretty-timed TGTS="all" && make install ) # Setup Corn git_checkout ${Corn_CI_BRANCH} ${Corn_CI_GITURL} ${Corn_CI_DIR} -( cd ${Corn_CI_DIR} && make ) +( cd ${Corn_CI_DIR} && make pretty-timed TGTS="all" && make install ) |
