aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2018-05-18 14:07:37 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2018-05-18 14:08:45 +0200
commit36c605cda10c50f2b9d4483a9c3b0be9d452128e (patch)
tree48a7c8ecd235e8adfe875781c36491638d5f8244 /dev
parent5281317cb558f2b9aa6f854b9c7aeb617beba8e6 (diff)
[CI] Fix the script used by math-classes.
We call configure to properly regenerate the Makefile and its dependencies.
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 )