Skip to content

Commit

Permalink
[CI] Fix the script used by math-classes.
Browse files Browse the repository at this point in the history
We call configure to properly regenerate the Makefile and its dependencies.
  • Loading branch information
ppedrot committed May 18, 2018
1 parent 5281317 commit 36c605c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/ci/ci-math-classes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 )

0 comments on commit 36c605c

Please sign in to comment.