aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-math-classes.sh
diff options
context:
space:
mode:
authorJason Gross2017-06-26 12:17:53 -0400
committerJason Gross2017-07-21 03:36:47 -0400
commit8a5d161099900945df98c56fd7fffa30fca9fb44 (patch)
treec6bc7553bded0a3d93a5df16e25b5b40b33544cb /dev/ci/ci-math-classes.sh
parent987655c3bc8a8ebd60856356f465b3c34eb4e252 (diff)
Alternate way of doing timing on ci
This puts the boilerplate all in one place
Diffstat (limited to 'dev/ci/ci-math-classes.sh')
-rwxr-xr-xdev/ci/ci-math-classes.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ci/ci-math-classes.sh b/dev/ci/ci-math-classes.sh
index 264e24a821..2837dee963 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 pretty-timed TGTS="all" && make install )
+( cd ${math_classes_CI_DIR} && make && make install )
# Setup Corn
git_checkout ${Corn_CI_BRANCH} ${Corn_CI_GITURL} ${Corn_CI_DIR}
-( cd ${Corn_CI_DIR} && make pretty-timed TGTS="all" && make install )
+( cd ${Corn_CI_DIR} && make )