diff options
| author | Pierre-Marie Pédrot | 2018-05-18 14:07:37 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-05-18 14:08:45 +0200 |
| commit | 36c605cda10c50f2b9d4483a9c3b0be9d452128e (patch) | |
| tree | 48a7c8ecd235e8adfe875781c36491638d5f8244 /dev/ci | |
| parent | 5281317cb558f2b9aa6f854b9c7aeb617beba8e6 (diff) | |
[CI] Fix the script used by math-classes.
We call configure to properly regenerate the Makefile and its dependencies.
Diffstat (limited to 'dev/ci')
| -rwxr-xr-x | dev/ci/ci-math-classes.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-math-classes.sh b/dev/ci/ci-math-classes.sh index 4fc06e8956..6a064b2971 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 ) |
