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

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

git_download math_classes

( cd "${CI_BUILD_DIR}/math_classes" && ./configure.sh && make && make install )