From 36c605cda10c50f2b9d4483a9c3b0be9d452128e Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Fri, 18 May 2018 14:07:37 +0200 Subject: [CI] Fix the script used by math-classes. We call configure to properly regenerate the Makefile and its dependencies. --- dev/ci/ci-math-classes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev') 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 ) -- cgit v1.2.3