aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-math-classes.sh
blob: 6a064b297115c0c286335ba928d15d544ee97837 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

ci_dir="$(dirname "$0")"
. "${ci_dir}/ci-common.sh"

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}" && ./configure.sh && make && make install )