From 8a5d161099900945df98c56fd7fffa30fca9fb44 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Mon, 26 Jun 2017 12:17:53 -0400 Subject: Alternate way of doing timing on ci This puts the boilerplate all in one place --- dev/ci/ci-math-comp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/ci/ci-math-comp.sh') 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 ) -- cgit v1.2.3