summaryrefslogtreecommitdiff
path: root/dev/ci/ci-math-comp.sh
blob: 74f1a627573e0c6565c850ea05f4ea89f2654be5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash

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

git_download mathcomp

( cd "${CI_BUILD_DIR}/mathcomp/mathcomp" && make && make install )

git_download oddorder

( cd "${CI_BUILD_DIR}/oddorder" && make )