diff options
| author | Jason Gross | 2017-06-26 12:17:53 -0400 |
|---|---|---|
| committer | Jason Gross | 2017-07-21 03:36:47 -0400 |
| commit | 8a5d161099900945df98c56fd7fffa30fca9fb44 (patch) | |
| tree | c6bc7553bded0a3d93a5df16e25b5b40b33544cb /dev/ci/ci-math-comp.sh | |
| parent | 987655c3bc8a8ebd60856356f465b3c34eb4e252 (diff) | |
Alternate way of doing timing on ci
This puts the boilerplate all in one place
Diffstat (limited to 'dev/ci/ci-math-comp.sh')
| -rwxr-xr-x | dev/ci/ci-math-comp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-math-comp.sh b/dev/ci/ci-math-comp.sh index e49ee5b171..701403f2cf 100755 --- a/dev/ci/ci-math-comp.sh +++ b/dev/ci/ci-math-comp.sh @@ -12,4 +12,4 @@ checkout_mathcomp ${mathcomp_CI_DIR} ( cd ${mathcomp_CI_DIR}/mathcomp && \ sed -i.bak '/PFsection/d' Make && \ sed -i.bak '/stripped_odd_order_theorem/d' Make && \ - make Makefile.coq && make -f Makefile.coq pretty-timed TGTS="all" ) + make Makefile.coq && make -f Makefile.coq all ) |
