aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-mathcomp.sh
blob: cae127ee7bb049ad9bae4928b50d88a54ff9e991 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/env bash

# $0 is not the safest way, but...
ci_dir="$(dirname "$0")"
. "${ci_dir}/ci-common.sh"

git_download mathcomp

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

git_download fourcolor

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

git_download oddorder

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