aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-05-18 22:02:37 +0200
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-05-18 22:02:37 +0200
commite0131a0038531ccc5f42fa84c79761a364b10dd7 (patch)
tree3ae9917f9c4011cc1b726b1d98f98bea560dd22b /dev
parenta0da3a68d12141ba226ce94027b90a01389099d0 (diff)
parent36c605cda10c50f2b9d4483a9c3b0be9d452128e (diff)
Merge PR #7550: [CI] Fix the script used by math-classes.
Diffstat (limited to 'dev')
-rwxr-xr-xdev/ci/ci-math-classes.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-math-classes.sh b/dev/ci/ci-math-classes.sh
index 4fc06e895..6a064b297 100755
--- a/dev/ci/ci-math-classes.sh
+++ b/dev/ci/ci-math-classes.sh
@@ -7,4 +7,4 @@ math_classes_CI_DIR="${CI_BUILD_DIR}/math-classes"
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}" && ./configure.sh && make && make install )